Skip to content

Commit

Permalink
More exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Apr 25, 2024
1 parent 491c017 commit 2a99ff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake_modules/FindTRILINOS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ ELSE (TRILINOS_LIBRARY_DIR OR TRILINOS_INCLUDE_DIR OR TRILINOS_ROOT)
GET_FILENAME_COMPONENT(TRILINOS_ROOT "${Trilinos_INCLUDE_DIRS}" DIRECTORY)
SET(TRILINOS_LIBRARY_DIR "${TRILINOS_ROOT}/lib")
ELSE (Trilinos_FOUND) # Not found. This will raise an error
MESSAGE(FATAL_ERROR ${ERROR_NOT_FOUND_MESSAGE})
IF(NOT DEFINED MAKE_TRILINOS_OPTIONAL)
MESSAGE(FATAL_ERROR ${ERROR_NOT_FOUND_MESSAGE})
ENDIF(NOT DEFINED MAKE_TRILINOS_OPTIONAL)
ENDIF (Trilinos_FOUND)
ENDIF (TRILINOS_LIBRARY_DIR OR TRILINOS_INCLUDE_DIR OR TRILINOS_ROOT)

Expand Down

0 comments on commit 2a99ff1

Please sign in to comment.