# HG changeset patch # User Vesa Norilo # Date 1618063663 -10800 # Sat Apr 10 17:07:43 2021 +0300 # Node ID df3e6f3343ab26724a60fb282c79a43462770ef4 # Parent 30115c27921cee73f40a53a7782e49affc2d3be8 fix variable name for local repo and git-based llvm diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,9 @@ externalproject_add(llvm GIT_REPOSITORY https://github.com/llvm/llvm-project.git GIT_TAG llvmorg-6.0.1 + GIT_SHALLOW TRUE + GIT_PROGRESS TRUE + SOURCE_SUBDIR llvm INSTALL_COMMAND "" CMAKE_ARGS ${SUPERBUILD_TYPE} -DLLVM_BUILD_EXAMPLES=False @@ -54,7 +57,7 @@ if (NOT KRONOS_INTEGRATION_SERVER) message(STATUS "CouchBot credentials not entered. Configuring a simple SuperBuild") externalproject_add(kronos - HG_REPOSITORY ${KRONOS_REPOSITORY} + HG_REPOSITORY ${KRONOS_INTEGRATION_REPOSITORY} CMAKE_ARGS ${KRONOS_CMAKE_ARGS} LIST_SEPARATOR :: DEPENDS ${KRONOS_BUILD_DEPS})