Skip to content

Commit

Permalink
Was able to compile the external case
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Jan 8, 2025
1 parent 935ab8b commit 2dd482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ configure_file(

install(
FILES
${PROJECT_BINARY_DIR}/CMakeFiles/HermesCommonConfig.cmake
${PROJECT_BINARY_DIR}/CMakeFiles/HermesConfig.cmake
DESTINATION
${CMAKE_INSTALL_PREFIX}/cmake
Expand Down
4 changes: 1 addition & 3 deletions test/unit/external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ add_executable(test_hermes_external_compile
external.cc
)
target_link_libraries(test_hermes_external_compile
${Hermes_LIBRARIES} Catch2::Catch2 MPI::MPI_CXX)
message("${Hermes_LIBRARIES}")

Hermes::client Catch2::Catch2 MPI::MPI_CXX)

0 comments on commit 2dd482a

Please sign in to comment.