Skip to content

Commit

Permalink
fix: fix VS 2019 build by upgrading CNL dependency (#7)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MikeLankamp authored Jun 10, 2021
1 parent 83b530f commit 14746ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit 14746ba

Please sign in to comment.