From e40f3c91c2f976e1da9dd755892d08203ed4c835 Mon Sep 17 00:00:00 2001 From: Daniel Barrow Date: Fri, 24 Jan 2025 11:22:01 -0600 Subject: [PATCH] Bump to v1.3.5 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d89e2f..819ee70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") @@ -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()