From 142ea14428314fb758e90a441d1d9ce4571e1fbd Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Fri, 27 Sep 2024 11:54:08 -0400 Subject: [PATCH] #676: update pressio-ops target branch to main --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5b54d10b..082d0c432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ message("${Green}-- Fetching pressio-ops...") FetchContent_Declare( pressio-ops GIT_REPOSITORY https://github.com/Pressio/pressio-ops.git - GIT_TAG fix-compatibility-with-pressio + GIT_TAG main GIT_PROGRESS TRUE GIT_SHALLOW TRUE )