fix
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
2024-06-07 16:09:46 -05:00
parent c545916332
commit 0f2c507c30
3 changed files with 7 additions and 0 deletions

View File

@ -29,3 +29,8 @@ add_project_library(lib${PROJECT_NAME} "" "" "${PROJECT_ADDITIONAL_SOURCES}")
add_project_executable(${PROJECT_NAME} lib${PROJECT_NAME} lib${PROJECT_NAME})
add_project_test_executable(${PROJECT_NAME}_test lib${PROJECT_NAME} lib${PROJECT_NAME})
if (EXISTS ${PROJECT_DIST_DIR}/cacert.pem)
file(REMOVE ${PROJECT_DIST_DIR}/cacert.pem)
endif()
file(DOWNLOAD https://curl.haxx.se/ca/cacert.pem ${PROJECT_DIST_DIR}/cacert.pem)