Skip to content

Commit

Permalink
Merge pull request #65 from lanl/bkk_version_strings
Browse files Browse the repository at this point in the history
fix config_summary
  • Loading branch information
Yurlungur authored Nov 19, 2024
2 parents 0db70bf + bf4fdb3 commit b9e5d1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

if(NOT TARGET Catch2::Catch2)
find_package(Catch2 QUIET)
set(Catch2_VERSION ${Catch2_VERSION} PARENT_SCOPE)
if(NOT Catch2_FOUND)
message(STATUS "Fetching Catch2 as needed")
include(FetchContent)
Expand All @@ -32,6 +33,7 @@ add_library(portsofcall_iface INTERFACE)
if (PORTS_OF_CALL_TEST_PORTABILITY_STRATEGY STREQUAL "Kokkos")
if(NOT TARGET Kokkos::kokkos)
find_package(Kokkos QUIET)
set(Kokkos_VERSION ${Kokkos_VERSION} PARENT_SCOPE)
if(NOT Kokkos_FOUND)
message(STATUS "Fetching Kokkos as needed")
include(FetchContent)
Expand Down

0 comments on commit b9e5d1d

Please sign in to comment.