From 5d7d30b061cdcf5f5159f20d7f6e6be81b1b0170 Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sat, 5 Oct 2024 01:44:21 -0400 Subject: [PATCH] Update OBCMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad7ed12..79c44c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project(QI-QMP # Get helper scripts include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake) -fetch_ob_cmake("v0.3.7") +fetch_ob_cmake("v0.3.7.1") # Initialize project according to standard rules include(OB/Project)