From 8369623420d69b61d408fac37c704f2f556480ae Mon Sep 17 00:00:00 2001 From: Olivier Stasse Date: Wed, 16 Dec 2020 06:47:03 +0100 Subject: [PATCH] Update release to 0.6.3 This release is suppose to fix the two problems specified previously in the comment: https://github.com/jbeder/yaml-cpp/pull/538 https://github.com/jbeder/yaml-cpp/pull/597 Tested (and needed) on macOS Catalina. Signed-off-by: Olivier Stasse --- CMakeLists.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b52d930..a3f6d7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,14 +39,10 @@ macro(build_yaml_cpp) endif() include(ExternalProject) - # This specific version (past the current latest release of 0.5.3) is required to make - # yaml-cpp relocatable, hopefully it is released again soon. - # See: https://github.com/jbeder/yaml-cpp/pull/538 - # Latest release fails to compile on recent visual studio (VS2017 v15.8.1) - # See: https://github.com/jbeder/yaml-cpp/pull/597 - ExternalProject_Add(yaml_cpp-0f9a586 - URL https://github.com/jbeder/yaml-cpp/archive/0f9a586ca1dc29c2ecb8dd715a315b93e3f40f79.zip - URL_MD5 ec76c27ebd07d5178cbe85b773df8e62 + + ExternalProject_Add(yaml_cpp-9a36242 + URL https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.zip + URL_MD5 e8a182537af663cc45228f7064b2021c TIMEOUT 600 LOG_CONFIGURE ${should_log} LOG_BUILD ${should_log}