Skip to content

Commit

Permalink
Merge branch 'fixup_min_cabana' into 'main'
Browse files Browse the repository at this point in the history
fixup: require min Cabana 0.6.1

See merge request 8s2/finch!52
  • Loading branch information
streeve committed Feb 23, 2024
2 parents d6079fe + e213e11 commit 5c9474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(PROJECT_VERSION "0.1.0-dev")

include(GNUInstallDirs)

find_package(Cabana REQUIRED COMPONENTS Cabana::Grid)
find_package(Cabana 0.6.1 REQUIRED COMPONENTS Cabana::Grid)

if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24")
cmake_policy(SET CMP0135 NEW)
Expand Down

0 comments on commit 5c9474b

Please sign in to comment.