commit 002644fc1e4e3f88c2001877b1f45d5978f4c2d8
parent b5a697bfb6853cdc14ddb33afe3776c98de3141f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 9 Feb 2022 09:43:07 +0100
Set the version of the RSys dependency to 0.12.1
It fixes a text_reader issue when the comment char is set to '\0'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -27,7 +27,7 @@ option(NO_TEST "Do not build tests" OFF)
# Check dependencies
################################################################################
find_package(RCMake 0.4 REQUIRED)
-find_package(RSys 0.10 REQUIRED)
+find_package(RSys 0.12.1 REQUIRED)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${RCMAKE_SOURCE_DIR})
include(rcmake)