mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Require at least CMake 2.8.4 to avoid Cygwin legacy warning.
This commit is contained in:
parent
c94e9bec36
commit
505686bd7a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# includes
|
||||
|
|
Loading…
Add table
Reference in a new issue