updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-07-28 09:27:35 -05:00
parent ffea22c71b
commit 39888a1ebc
12 changed files with 13 additions and 44 deletions

View File

@@ -46,10 +46,7 @@ if(PROJECT_ENABLE_CURL)
-DZLIB_USE_STATIC_LIBS=${ZLIB_USE_STATIC_LIBS}
)
set(PROJECT_DEPENDENCIES
${PROJECT_DEPENDENCIES}
curl_project
)
list(APPEND PROJECT_DEPENDENCIES curl_project)
if(PROJECT_ENABLE_OPENSSL)
add_dependencies(curl_project openssl_project)