Skip to content

Commit

Permalink
Fix continuous.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xDarkLemon committed Mar 19, 2024
1 parent f66222a commit b29ddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/recipes/trilinos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ else()
add_library(Trilinos::Trilinos ALIAS trilinos)
target_include_directories(trilinos INTERFACE ${Trilinos_INCLUDE_DIRS} )
target_link_libraries(trilinos INTERFACE ${Trilinos_LIBRARIES} )
target_link_libraries(trilinos INTERFACE MPI::MPI_C MPI::MPI_CXX )
target_link_libraries(trilinos INTERFACE MPI::MPI_CXX )
endif()

0 comments on commit b29ddcc

Please sign in to comment.