From fbef09a99d6cb26a90a504b138c83582a361dd03 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Mon, 4 Jan 2021 19:27:08 +0000 Subject: [PATCH] Downgrade to Boost 1.72.0 to fix Boost_Tests crash in develop_approvaltests_fetch_content with gcc (#1) --- develop_approvaltests_fetch_content/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/develop_approvaltests_fetch_content/CMakeLists.txt b/develop_approvaltests_fetch_content/CMakeLists.txt index e8b855f..9fab161 100644 --- a/develop_approvaltests_fetch_content/CMakeLists.txt +++ b/develop_approvaltests_fetch_content/CMakeLists.txt @@ -20,8 +20,12 @@ include(FetchContent) # Oldest Boost in dl.bintray.com is 1.63.0 # Tested with versions in range: 1.63.0 ... 1.74.0 +# NOTE: With gcc, and Boost 1.73.0, 1.74.0 and 1.75.0, tests in the following directory +# exit with error code 200: +# ApprovalTests.cpp.CMakeSamples/ApprovalTests.cpp/tests/Boost_Tests/ +# See https://github.com/claremacrae/ApprovalTests.cpp.CMakeSamples/issues/1 set(BoostVersion - "1.74.0") + "1.72.0") ## Tested with versions in range: v2.3.0 ... v2.13.3 ## Does not work with devel, and v3 releases