From f17ed413b553a6d3a5c24f2d90ed737ace5353ff Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sat, 9 Sep 2023 13:36:53 -0400 Subject: [PATCH] Update deps, allows use of un-updated FP12 Handles missing JSON key (onDemandImagesCompressed) from a fresh download of FP12 since that value was added later. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bde959..96be32b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,14 +72,14 @@ endif() include(OB/FetchQx) ob_fetch_qx( - REF "v0.5.1" + REF "v0.5.3" COMPONENTS ${CLIFP_QX_COMPONENTS} ) # Fetch libfp (build and import from source) include(OB/Fetchlibfp) -ob_fetch_libfp("v0.4") +ob_fetch_libfp("v0.4.2.2") # Fetch QI-QMP (build and import from source) include(OB/FetchQI-QMP)