Skip to content

Commit

Permalink
Merge pull request #36 from DUNE/v1.3.5
Browse files Browse the repository at this point in the history
Feat: bump to v1.3.5
  • Loading branch information
henry-wallace-phys authored Jan 24, 2025
2 parents 9a61d93 + e40f3c9 commit 3534f31
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 @@ -121,7 +121,7 @@ endif()
################################## MaCh3 ######################################
#If MaCh3 was sourced find it, otherwise use CPM
SET(MaCh3_FOUND FALSE)
find_package(MaCh3 1.3.4 EXACT QUIET)
find_package(MaCh3 1.3.5 EXACT QUIET)

if(NOT MaCh3_FOUND)
cmessage(STATUS "Didn't find MaCh3, attempting to use built in MaCh3")
Expand Down Expand Up @@ -152,7 +152,7 @@ if(NOT MaCh3_FOUND)

CPMAddPackage(
NAME MaCh3
GIT_TAG "v1.3.4"
GIT_TAG "v1.3.5"
GITHUB_REPOSITORY mach3-software/MaCh3
)
else()
Expand Down

0 comments on commit 3534f31

Please sign in to comment.