Skip to content

Commit

Permalink
misplaced dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas L. Clune committed Sep 3, 2024
1 parent 70e4d43 commit db649dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if (MPI_FOUND)
endif ()
endif ()

set (link_libraries GFTL_SHARED::gftl-shared GFTL::gftl mock-mpi)
set (link_libraries GFTL_SHARED::gftl-shared GFTL::gftl)
if (MPI_FOUND)
list (APPEND link_libraries pflogger-with-mock)
list (APPEND link_libraries pflogger-with-mock mock-mpi)
else ()
list (APPEND link_libraries pflogger)
endif()
Expand Down

0 comments on commit db649dd

Please sign in to comment.