Skip to content
Snippets Groups Projects
Commit 2fbb27eb authored by Reiner Hauser's avatar Reiner Hauser
Browse files

Use PAT to access repo until it is public

parent f09b0aa4
No related branches found
No related tags found
No related merge requests found
......@@ -56,14 +56,14 @@ ExternalProject_add(external-cool
)
ExternalProject_add(external-crestapi
GIT_REPOSITORY https://:@gitlab.cern.ch:8443/crest-db/CrestApi.git
GIT_REPOSITORY https://rhtest:glpat-_DneZr_x5fXiKhhasrCf@gitlab.cern.ch/crest-db/CrestApi.git
GIT_TAG v2.1.0-rc1
CMAKE_COMMAND env BOOST_ROOT=${BOOST_ROOT} ${CMAKE_COMMAND}
-DNLOHMANN_JSON_ROOT=${JSONMCPP_ROOT}
-D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-D CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}/external/${BINARY_TAG}
-D BINARY_TAG=${BINARY_TAG}
-D CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} -D CMAKE_CXX_STANDARD_REQUIRED=TRUE
-D CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}/external/${BINARY_TAG}
-D BINARY_TAG=${BINARY_TAG}
-D CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} -D CMAKE_CXX_STANDARD_REQUIRED=TRUE
)
add_custom_target(tdaq-common-external-software ALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment