Skip to content

Commit

Permalink
Removed shallow clone of CNL
Browse files Browse the repository at this point in the history
  • Loading branch information
hbe72 committed Dec 18, 2018
1 parent b7a6dd8 commit 2c6cb15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ExternalProject_Add(
PREFIX ${CMAKE_BINARY_DIR}/Cnl
GIT_REPOSITORY "https://github.com/johnmcfarlane/cnl.git"
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 2c6cb15

Please sign in to comment.