diff --git a/CMakeLists.txt b/CMakeLists.txt index b41694b..5937ca5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with csdiff. If not, see . -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.14.7) project(csdiff CXX) enable_testing()