Browse Source

CMake: Changed github address of Carl.

tempestpy_adaptions
Tim Quatmann 4 years ago
parent
commit
b3a6d91d58
No known key found for this signature in database GPG Key ID: 6EDE19592731EEC3
  1. 2
      resources/3rdparty/carl/CMakeLists.txt

2
resources/3rdparty/carl/CMakeLists.txt

@ -7,7 +7,7 @@ option(STORM_3RDPARTY_BINARY_DIR "3rd party bin dir")
message(STATUS "Carl - Storm 3rdparty binary dir: ${STORM_3RDPARTY_BINARY_DIR}") message(STATUS "Carl - Storm 3rdparty binary dir: ${STORM_3RDPARTY_BINARY_DIR}")
ExternalProject_Add(carl-config ExternalProject_Add(carl-config
GIT_REPOSITORY https://github.com/smtrat/carl
GIT_REPOSITORY https://github.com/ths-rwth/carl
GIT_TAG master14 GIT_TAG master14
PREFIX here PREFIX here
SOURCE_DIR source_dir SOURCE_DIR source_dir

Loading…
Cancel
Save