Skip to content

Commit

Permalink
comment out the search for libsundials_arkode
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Sep 2, 2015
1 parent 77249d4 commit c3cc02d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SimulationRuntime/cpp/CMakeLists.txt
Expand Up @@ -379,10 +379,10 @@ IF(USE_SUNDIALS)
MESSAGE(FATAL_ERROR "Could not find libsundials_cvodes!")
ENDIF()

FIND_LIBRARY(SUNDIALS_ARKODE_LIB "sundials_arkode" PATHS ${SUNDIALS_LIBRARY_RELEASE_HOME} $ENV{SUNDIALS_ROOT}/lib)
IF(NOT SUNDIALS_ARKODE_LIB)
MESSAGE(FATAL_ERROR "Could not find libsundials_ARKODE!")
ENDIF()
# FIND_LIBRARY(SUNDIALS_ARKODE_LIB "sundials_arkode" PATHS ${SUNDIALS_LIBRARY_RELEASE_HOME} $ENV{SUNDIALS_ROOT}/lib)
# IF(NOT SUNDIALS_ARKODE_LIB)
# MESSAGE(FATAL_ERROR "Could not find libsundials_ARKODE!")
# ENDIF()

FIND_LIBRARY(SUNDIALS_IDA_LIB "sundials_idas" PATHS ${SUNDIALS_LIBRARY_RELEASE_HOME} $ENV{SUNDIALS_ROOT}/lib)
include_directories(${SUNDIALS_INCLUDE_DIR}/ida ${SUNDIALS_INCLUDE_DIR}/nvector ${SUNDIALS_INCLUDE_DIR}/sundials ${SUNDIALS_INCLUDE_DIR})
Expand Down

0 comments on commit c3cc02d

Please sign in to comment.