Browse Source

Merge branch 'gspn' of https://sselab.de/lab9/private/git/storm into gspn

Former-commit-id: 033e065801
tempestpy_adaptions
ThomasH 8 years ago
parent
commit
4328b12243
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -354,12 +354,14 @@ include_directories(${CUDD_INCLUDE_DIR})
#############################################################
##
## CLN
## CLN
##
#############################################################
find_package(CLN QUIET)
set(STORM_USE_CLN_NUMBERS OFF)
if(CLN_FOUND)
set(STORM_HAVE_CLN ON)
set(STORM_USE_CLN_NUMBERS ON)

Loading…
Cancel
Save