|
|
@ -362,6 +362,7 @@ find_package(CLN QUIET) |
|
|
|
|
|
|
|
if(CLN_FOUND) |
|
|
|
set(STORM_HAVE_CLN ON) |
|
|
|
set(STORM_USE_CLN_NUMBERS ON) |
|
|
|
message(STATUS "StoRM - Linking with CLN ${CLN_VERSION_STRING}") |
|
|
|
include_directories("${CLN_INCLUDE_DIR}") |
|
|
|
list(APPEND STORM_LINK_LIBRARIES ${CLN_LIBRARIES}) |
|
|
@ -782,7 +783,7 @@ configure_file ( |
|
|
|
"${PROJECT_SOURCE_DIR}/src/utility/storm-version.cpp" |
|
|
|
) |
|
|
|
|
|
|
|
set(STORM_GENERATED_SOURCES "${PROJECT_BINARY_DIR}/src/utility/storm-version.cpp") |
|
|
|
set(STORM_GENERATED_SOURCES "${PROJECT_SOURCE_DIR}/src/utility/storm-version.cpp") |
|
|
|
|
|
|
|
# Add the binary dir include directory for storm-config.h |
|
|
|
include_directories("${PROJECT_BINARY_DIR}/include") |
|
|
|