From 96af865310fb5ca93fc3e3416f0b5d96c7b168da Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Thu, 11 Jul 2024 21:29:57 -0400 Subject: [PATCH] Update OBCMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46c3ce9..70cf366 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project(CLIFp # Get helper scripts include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake) -fetch_ob_cmake("5fd04fa2f010cbecaeb336797e1813fb19d7f425") +fetch_ob_cmake("88b04e6811bb434af4a5ffd8769ce751b024d7eb") # Initialize project according to standard rules include(OB/Project)