Skip to content

Commit

Permalink
ok add ports-of-call submodule and that seems to fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 8, 2023
1 parent c1fcfc8 commit f597c8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "utils/kokkos"]
path = utils/kokkos
url = https://github.com/kokkos/kokkos.git
[submodule "utils/ports-of-call"]
path = utils/ports-of-call
url = [email protected]:lanl/ports-of-call.git
5 changes: 4 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ message(STATUS "Configuring unit tests")
add_library(catch2_define)
target_sources(catch2_define PUBLIC catch2_define.cpp)
target_link_libraries(catch2_define PUBLIC
${PROJECT_NAME}
singularity-opac::flags
Catch2::Catch2)

add_executable(${PROJECT_NAME}_unit_tests)
Expand All @@ -50,7 +52,8 @@ PRIVATE
target_link_libraries(${PROJECT_NAME}_unit_tests
PRIVATE
catch2_define
${PROJECT_NAME})
${PROJECT_NAME}
singularity-opac::flags)

# Ensure code works with C++11 and earlier
# TODO(MM): Remove this later when it's not needed.
Expand Down
1 change: 0 additions & 1 deletion utils/ports-of-call

This file was deleted.

1 change: 1 addition & 0 deletions utils/ports-of-call
Submodule ports-of-call added at 993d82

0 comments on commit f597c8b

Please sign in to comment.