Browse Source

CMake: request consistent minimum version

tags/json-c-0.18-20240915
Rolf Eike Beer 2 years ago
parent
commit
159822dd8a
No known key found for this signature in database GPG Key ID: ABE451FB5EEDADFC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/CMakeLists.txt

+ 1
- 1
tests/CMakeLists.txt View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.9)
add_executable(test1Formatted test1.c parse_flags.c parse_flags.h) add_executable(test1Formatted test1.c parse_flags.c parse_flags.h)
target_compile_definitions(test1Formatted PRIVATE TEST_FORMATTED=1) target_compile_definitions(test1Formatted PRIVATE TEST_FORMATTED=1)
target_link_libraries(test1Formatted PRIVATE ${PROJECT_NAME}) target_link_libraries(test1Formatted PRIVATE ${PROJECT_NAME})


Loading…
Cancel
Save