Browse Source

fixed an issue in the CMakeLists.txt that prevented carl from being properly loaded if it's not already present

Former-commit-id: 95b83d3988
tempestpy_adaptions
dehnert 8 years ago
parent
commit
3ea11188b7
  1. 2
      resources/3rdparty/CMakeLists.txt

2
resources/3rdparty/CMakeLists.txt

@ -204,7 +204,7 @@ if(USE_CARL)
LOG_INSTALL ON
)
add_dependencies(resources xercesc)
add_dependencies(resources carl)
include_directories(${STORM_3RDPARTY_BINARY_DIR}/carl/include)
list(APPEND STORM_LINK_LIBRARIES ${STORM_3RDPARTY_BINARY_DIR}/carl/lib/libcarl${DYNAMIC_EXT})
set(STORM_HAVE_CARL ON)

Loading…
Cancel
Save