Skip to content

Commit

Permalink
Updated the referenced CNL version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbe72 committed Dec 14, 2018
1 parent fa1a73f commit b7a6dd8
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 @@ -15,7 +15,7 @@ ExternalProject_Add(
Cnl
PREFIX ${CMAKE_BINARY_DIR}/Cnl
GIT_REPOSITORY "https://github.com/johnmcfarlane/cnl.git"
GIT_TAG "68b13242269380027de72849b0eb4393a5a61e43"
GIT_TAG "3ce341aeec25204f84d3662cd1abed7f9df015ff"
GIT_SHALLOW 1
GIT_PROGRESS 1
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} -DCMAKE_INSTALL_PREFIX=${Cnl_DESTDIR} -DINT128=${INT128} -DSTD=${STD} -DEXCEPTIONS=${EXCEPTIONS}
Expand Down

0 comments on commit b7a6dd8

Please sign in to comment.