fix: Require CMake version 2.8.12 in test project

This commit is contained in:
Andreas Schuh 2016-03-01 19:56:54 +00:00
parent 799e910c74
commit 18cb422451

View 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})