Browse Source

CppTemplate was not correctly listed as a dependency of storm.

tempestpy_adaptions
Sebastian Junges 8 years ago
parent
commit
92f04cdfa1
  1. 3
      resources/3rdparty/CMakeLists.txt

3
resources/3rdparty/CMakeLists.txt

@ -412,7 +412,8 @@ endif()
##
#############################################################
include_directories(${STORM_3RDPARTY_SOURCE_DIR}/cpptemplate)
add_imported_library_interface(CppTemplate "${STORM_3RDPARTY_SOURCE_DIR}/cpptemplate/")
list(APPEND STORM_DEP_TARGETS CppTemplate)
list(APPEND STORM_3RDPARTY_SOURCES ${STORM_3RDPARTY_SOURCE_DIR}/cpptemplate/cpptempl.cpp)
#############################################################

Loading…
Cancel
Save