updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2024-08-04 12:31:36 -05:00
parent 32facdc2ff
commit 468093227d
6 changed files with 11 additions and 15 deletions

View File

@ -2,7 +2,6 @@ if(PROJECT_ENABLE_CURL)
if(PROJECT_BUILD)
add_definitions(-DPROJECT_ENABLE_CURL)
set(CURL_USE_STATIC_LIBS ${PROJECT_STATIC_LINK})
find_package(CURL ${CURL_VERSION} REQUIRED)
include_directories(BEFORE SYSTEM ${CURL_INCLUDE_DIRS})