Browse Source

Link directories are not the way to go.

Former-commit-id: 135296a5f3
tempestpy_adaptions
sjunges 9 years ago
parent
commit
596ad8f7a3
  1. 10
      CMakeLists.txt

10
CMakeLists.txt

@ -207,7 +207,7 @@ endif(CUSTOM_BOOST_ROOT)
find_package(Boost 1.56.0 REQUIRED) find_package(Boost 1.56.0 REQUIRED)
if ((NOT Boost_LIBRARY_DIRS) OR ("${Boost_LIBRARY_DIRS}" STREQUAL "")) if ((NOT Boost_LIBRARY_DIRS) OR ("${Boost_LIBRARY_DIRS}" STREQUAL ""))
set(Boost_LIBRARY_DIRS "${Boost_INCLUDE_DIRS}/stage/lib")
set(Boost_LIBRARY_DIRS "${Boost_INCLUDE_DIRS}/stage/lib")
endif () endif ()
link_directories(${Boost_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS})
@ -427,14 +427,6 @@ if(ENABLE_CUDA)
endif() endif()
if(GMP_FOUND)
link_directories(${GMP_LIBRARY_DIR})
elseif(MPIR_FOUND)
link_directories(${GMP_MPIR_LIBRARY_DIR} ${GMP_MPIRXX_LIBRARY_DIR})
endif(GMP_FOUND)
############################################################# #############################################################
## ##
## CUDD ## CUDD

Loading…
Cancel
Save