FIX: fixed building curlcpp static

This commit is contained in:
Henry Winkel
2023-08-08 16:10:03 +02:00
parent 96495f44ea
commit 63d81c17be

View File

@@ -37,8 +37,8 @@ ENDIF()
IF (NOT TARGET curlcpp)
# set(CLI11_TESTING OFF CACHE BOOL "disable testing")
add_subdirectory(libs/curlcpp EXCLUDE_FROM_ALL)
set(BUILD_SHARED_LIBS FALSE )
add_subdirectory(libs/curlcpp EXCLUDE_FROM_ALL)
ENDIF()
IF(NOT TARGET crossguid)