Skip to content

Commit

Permalink
Merge pull request #24 from SCOREC/pw-cabVersion
Browse files Browse the repository at this point in the history
Use latest cabana
  • Loading branch information
cwsmith authored Oct 31, 2023
2 parents ab4c30d + a22317c commit b5d8a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(Omega_h REQUIRED)
# kokkos target, and nvcc_wrapper, provide sufficient flags.
set_property(TARGET Omega_h::omega_h PROPERTY INTERFACE_COMPILE_OPTIONS "")

find_package(Cabana REQUIRED)
find_package(Cabana 0.7.0 REQUIRED)

set(MESHFIELD_HEADERS
src/MeshField_Utility.hpp
Expand All @@ -29,7 +29,7 @@ target_include_directories(meshFields
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>"
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>")
target_link_libraries(meshFields INTERFACE Omega_h::omega_h)
target_link_libraries(meshFields INTERFACE Cabana::cabanacore)
target_link_libraries(meshFields INTERFACE Cabana::Core)
target_compile_definitions(meshFields INTERFACE ENABLE_CABANA)

#Settings options for testing
Expand Down

0 comments on commit b5d8a9f

Please sign in to comment.