Skip to content

Commit

Permalink
Bump to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrow257 committed Jan 24, 2025
1 parent 9a61d93 commit e40f3c9
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 e40f3c9

Please sign in to comment.