-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This new update enables us to not have to install the libz3.so file manually.
- Loading branch information
Showing
2 changed files
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ find_package(BISON REQUIRED) | |
find_package(FLEX REQUIRED) | ||
|
||
add_compile_definitions(DEFAULT_EXPRESSION_VALUE="true") | ||
CPMAddPackage(NAME expr VERSION 3.0.4 GITHUB_REPOSITORY sillydan1/expr OPTIONS "ENABLE_Z3 ON") | ||
CPMAddPackage(NAME expr VERSION 3.0.5 GITHUB_REPOSITORY sillydan1/expr OPTIONS "ENABLE_Z3 ON") | ||
CPMAddPackage("gh:sillydan1/[email protected]") | ||
CPMAddPackage("gh:sillydan1/[email protected]") | ||
CPMAddPackage("gh:sillydan1/[email protected]") | ||
|
@@ -42,8 +42,7 @@ CPMAddPackage("gh:yalibs/[email protected]") | |
CPMAddPackage("gh:yalibs/[email protected]") | ||
CPMAddPackage("gh:yalibs/[email protected]") | ||
CPMAddPackage("gh:yalibs/[email protected]") | ||
# CPMAddPackage("gh:yalibs/[email protected]") | ||
CPMAddPackage("gh:yalibs/yagraph#feature/validation-things") | ||
CPMAddPackage("gh:yalibs/[email protected]") | ||
CPMAddPackage("gh:yalibs/[email protected]") | ||
CPMAddPackage("gh:yalibs/[email protected]") | ||
CPMAddPackage("gh:yalibs/[email protected]") | ||
|
@@ -124,16 +123,6 @@ install(FILES | |
src/man/tta.7 | ||
DESTINATION man/man7) | ||
|
||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux") | ||
install(FILES ${CMAKE_BINARY_DIR}/libz3.so DESTINATION lib) | ||
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows") | ||
install(FILES ${CMAKE_BINARY_DIR}/libz3.dll DESTINATION lib) | ||
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin") | ||
install(FILES ${CMAKE_BINARY_DIR}/libz3.dylib DESTINATION lib) | ||
else() | ||
message(WARNING "unknown system ${CMAKE_SYSTEM_NAME}") | ||
endif() | ||
|
||
install(DIRECTORY | ||
src/ntta | ||
src/plugin_system | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters