Browse Source

to prevent confusion, explicitely force static builds for cudd 2.5.0

Former-commit-id: a41fc373f8
tempestpy_adaptions
sjunges 9 years ago
parent
commit
3008546623
  1. 2
      resources/3rdparty/cudd-2.5.0/CMakeLists.txt

2
resources/3rdparty/cudd-2.5.0/CMakeLists.txt

@ -39,4 +39,4 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8)
endif() endif()
# Add the library # Add the library
add_library(cudd ${CUDD_SOURCES} ${CUDD_HEADERS} ${CUDD_HEADERS_CXX} ${CUDD_SOURCES_CXX})
add_library(cudd STATIC ${CUDD_SOURCES} ${CUDD_HEADERS} ${CUDD_HEADERS_CXX} ${CUDD_SOURCES_CXX})
Loading…
Cancel
Save