Loading CMakeLists.txt +4 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,10 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building genopts") FetchContent_Declare( genopts GIT_REPOSITORY https://storage.bsc.es/gitlab/utils/genopts GIT_TAG 1dcef400f8fbc6e1969c856ca844707b730c3002 # v0.1.0-pre GIT_SHALLOW ON GIT_TAG c456c2d8ec92f26d9074b123446261103e5c847c # v0.1.0-pre # enabling GIT_SHALLOW when the GIT_TAG value is not backed by an # actual tag is problematic GIT_SHALLOW OFF GIT_PROGRESS ON ) Loading Loading
CMakeLists.txt +4 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,10 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building genopts") FetchContent_Declare( genopts GIT_REPOSITORY https://storage.bsc.es/gitlab/utils/genopts GIT_TAG 1dcef400f8fbc6e1969c856ca844707b730c3002 # v0.1.0-pre GIT_SHALLOW ON GIT_TAG c456c2d8ec92f26d9074b123446261103e5c847c # v0.1.0-pre # enabling GIT_SHALLOW when the GIT_TAG value is not backed by an # actual tag is problematic GIT_SHALLOW OFF GIT_PROGRESS ON ) Loading