mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
cmake: Require CMake 2.8.12 in NC tests
This commit is contained in:
parent
2de6bf3904
commit
a4382e5f37
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## gflags negative compilation tests
|
||||
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
|
||||
|
||||
if (NOT TEST_NAME)
|
||||
message (FATAL_ERROR "Missing TEST_NAME CMake flag")
|
||||
|
@ -13,4 +13,4 @@ find_package (gflags REQUIRED)
|
|||
include_directories ("${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
add_definitions (-DTEST_${TEST_NAME_UPPER})
|
||||
add_executable (gflags_${TEST_NAME} gflags_nc.cc)
|
||||
target_link_libraries(gflags_${TEST_NAME} ${gflags_LIBRARIES})
|
||||
target_link_libraries(gflags_${TEST_NAME} gflags)
|
||||
|
|
Loading…
Add table
Reference in a new issue