updated build system

This commit is contained in:
2024-07-23 07:13:55 -05:00
parent aba487277c
commit 2c1842f06c
4 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,5 @@
set(CURL_USE_STATIC_LIBS ${PROJECT_STATIC_LINK})
if(PROJECT_ENABLE_CURL)
if(PROJECT_BUILD)
find_package(CURL ${CURL_VERSION} REQUIRED)