From d3cb4d2b70b2406d97b7c990cf105badf476cf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Wed, 1 Feb 2023 12:14:20 +0200 Subject: [PATCH] Fix build issues by fixing cxxio version --- config/CMakeLists-cxxio.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CMakeLists-cxxio.txt.in b/config/CMakeLists-cxxio.txt.in index dc721b2..1e9564e 100644 --- a/config/CMakeLists-cxxio.txt.in +++ b/config/CMakeLists-cxxio.txt.in @@ -5,7 +5,7 @@ include(ExternalProject) ExternalProject_Add(cxxio-download GIT_REPOSITORY https://github.com/tmaklin/cxxio.git - GIT_TAG main + GIT_TAG 0b79d96b7eb51757fa1a9c3aa1b5c0348361019f SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/external/cxxio" BUILD_IN_SOURCE 1 CONFIGURE_COMMAND ""