Skip to content

Commit

Permalink
Fixed Trilinos/OpenMP CMake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagalecki committed Jan 3, 2024
1 parent 88477c7 commit 41806e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ include( "cmake/ImportLibrary.cmake" )
# Trilinos
define_trilinos_target( ${L3STER_ENABLE_VERBOSITY} 13.4 Tpetra Belos MueLu )
list( APPEND L3STER_INTERFACE_DEPENDENCIES Trilinos )
if ( TARGET OpenMP::OpenMP_CXX )
list( APPEND L3STER_CMAKE_DEPENDENCIES OpenMP::OpenMP_CXX )
endif ()

# Eigen
find_package( Eigen3 3.4 REQUIRED )
Expand Down

0 comments on commit 41806e6

Please sign in to comment.