mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
fix: Require CMake version 2.8.12 in test project
This commit is contained in:
parent
799e910c74
commit
18cb422451
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue