From 14746ba84083c4e707d1af72d87ec9bc6e9e979a Mon Sep 17 00:00:00 2001 From: Mike Lankamp Date: Thu, 10 Jun 2021 14:19:46 +0200 Subject: [PATCH] fix: fix VS 2019 build by upgrading CNL dependency (#7) CNL contained a conversion function with trailing return type. VS 2019 does not like that. This problem has been fixed in CNLs, so this upgrades CNLfrom pre-v0.0.6 to v1.1.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 934d521..f9fee73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ set(LIBCNL_ROOT "${CMAKE_CURRENT_BINARY_DIR}/libcnl") ExternalProject_Add(libcnl-external GIT_REPOSITORY "https://github.com/johnmcfarlane/cnl" - GIT_TAG d6df27818fbc7f6de17af60e0cacae8443592c93 + GIT_TAG 4d445566fe7c6c8939fffc145a2f30fd587796a6 PREFIX ${LIBCNL_ROOT} CONFIGURE_COMMAND "" BUILD_COMMAND ""