fix: Require CMake version 2.8.12 in test project
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 1 Mar 2016 19:56:54 +0000 (19:56 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 1 Mar 2016 19:56:54 +0000 (19:56 +0000)
test/config/CMakeLists.txt

index b5bc282..c54f54b 100644 (file)
@@ -1,6 +1,6 @@
 ## gflags package configuration tests
 
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 
 project (gflags_${TEST_NAME})