OSDN Git Service

as far as I can tell the required CMake version is no longer 3.0.2
authorIvailo Monev <xakepa10@laimg.moc>
Fri, 4 Aug 2017 15:09:45 +0000 (15:09 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Fri, 4 Aug 2017 15:09:45 +0000 (15:09 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
CMakeLists.txt

index c22f1a8..4fa840c 100644 (file)
@@ -7,7 +7,7 @@
 #     find -name '*.cmake' -exec grep -E 'TODO|FIXME' {} +
 #     find -name CMakeLists.txt -exec grep -E 'TODO|FIXME' {} +
 
-cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
 
 if(CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)
     message(FATAL_ERROR "\nThe project should not be build in the source directory")