Browse Source

use cln

Former-commit-id: f84ad5842f
tempestpy_adaptions
sjunges 8 years ago
parent
commit
0ed499a47f
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -354,7 +354,7 @@ include_directories(${CUDD_INCLUDE_DIR})
#############################################################
##
## CLN
## CLN
##
#############################################################
@ -364,7 +364,7 @@ find_package(CLN QUIET)
set(STORM_USE_CLN_NUMBERS OFF)
if(CLN_FOUND)
set(STORM_HAVE_CLN ON)
set(STORM_USE_CLN_NUMBERS OFF)
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})

Loading…
Cancel
Save