File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ list(APPEND
30
30
"xml"
31
31
"json"
32
32
"json-symtab-language"
33
- "cpp"
33
+ # "cpp" # This contains a file conflicting with one from ansi-c. Removed as not necessary yet
34
34
"jsil"
35
35
"statement-list"
36
36
"goto-symex"
@@ -51,7 +51,7 @@ endforeach(dep LIBRARY_DEPENDENCIES)
51
51
string (REPLACE ";" " " DEPENDENCY_TARGETS "${DEPENDENCY_TARGETS} " )
52
52
53
53
add_custom_command (TARGET cprover-api-cpp POST_BUILD
54
- COMMAND "${CMAKE_CURRENT_SOURCE_DIR} /aggregate_dependencies.sh" "${CMAKE_AR} " "$<TARGET_FILE:cprover-api-cpp>" "$<TARGET_FILE:cprover-api-cpp> $ {DEPENDENCY_TARGETS} "
54
+ COMMAND "${CMAKE_CURRENT_SOURCE_DIR} /aggregate_dependencies.sh" "${CMAKE_AR} " "$<TARGET_FILE:cprover-api-cpp>" "${DEPENDENCY_TARGETS} "
55
55
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} " )
56
56
57
57
set (lib_version 153)
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ for lib in ${LIB_LIST}; do
12
12
${AR_COMMAND} -x ${lib}
13
13
done
14
14
15
- ${AR_COMMAND} -qcs ${DESTINATION} * .o
15
+ ${AR_COMMAND} -rcs ${DESTINATION} * .o
You can’t perform that action at this time.
0 commit comments