This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
CMake: request consistent minimum version
tags/json-c-0.18-20240915
Rolf Eike Beer
2 years ago
parent
990acb4e19
commit
159822dd8a
No known key found for this signature in database
GPG Key ID:
ABE451FB5EEDADFC
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
target_compile_definitions(test1Formatted PRIVATE TEST_FORMATTED=1)
target_link_libraries(test1Formatted PRIVATE ${PROJECT_NAME})
Write
Preview
Loading…
Cancel
Save