From 28689f3b4d3b47e566885150c73500b2378bc9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 13 Oct 2024 17:55:55 +0200 Subject: [PATCH] Update libcyaml dependency in cstest to 1.4.2 1.4.2 contains a fix to replace static_assert calls by a more portable variant. This is relevant for building on e.g. Mac OS X 10.5. --- suite/cstest/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite/cstest/CMakeLists.txt b/suite/cstest/CMakeLists.txt index 0156127b7d..8eea4de9d1 100644 --- a/suite/cstest/CMakeLists.txt +++ b/suite/cstest/CMakeLists.txt @@ -22,8 +22,8 @@ endif() ExternalProject_Add(libcyaml_ext PREFIX extern - URL "https://github.com/tlsa/libcyaml/archive/refs/tags/v1.4.1.tar.gz" - URL_HASH SHA256=8dbd216e1fce90f9f7cca341e5178710adc76ee360a7793ef867edb28f3e4130 + URL "https://github.com/tlsa/libcyaml/archive/refs/tags/v1.4.2.tar.gz" + URL_HASH SHA256=3211b2a0589ebfe02c563c96adce9246c0787be2af30353becbbd362998d16dc DOWNLOAD_EXTRACT_TIMESTAMP true CONFIGURE_COMMAND "" BUILD_COMMAND make VARIANT=${LIBCYAML_VARIANT} PKG_CONFIG=pkg-config