From 2f664b086fa440a23434017f5a4ba31dab5b83af Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sun, 30 Jun 2024 02:58:32 -0400 Subject: [PATCH] Update libfp --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2876aad..47e5b94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ ob_fetch_qx( # Fetch libfp (build and import from source) include(OB/Fetchlibfp) -ob_fetch_libfp("e65151253813b8da7d7f9b8849810f58dd5e9a50") +ob_fetch_libfp("fe74bc9c7b9cf8925f4e786f5772afa77e8740f8") # Fetch QI-QMP (build and import from source) include(OB/FetchQI-QMP)