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
Issue
#598
: avoid building static libraries twice.
pull/603/head
Eric Haszlakiewicz
Björn Esser
5 years ago
parent
7a4807fe0c
commit
b4c0c8d027
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@@ -394,7 +394,7 @@ target_include_directories(${PROJECT_NAME}
)
# Allow to build static and shared libraries at the same time
if (BUILD_STATIC_LIBS)
if (BUILD_STATIC_LIBS
AND BUILD_SHARED_LIBS
)
set(STATIC_LIB ${PROJECT_NAME}-static)
add_library(${STATIC_LIB} STATIC
${JSON_C_SOURCES}
Write
Preview
Loading…
Cancel
Save