We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0c096 commit 0344853Copy full SHA for 0344853
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -244,6 +244,7 @@ function(resolve_cpr_dependency)
244
list(APPEND ICEBERG_SYSTEM_DEPENDENCIES CURL)
245
else()
246
message(STATUS "System curl not found. Vendoring curl for cpr.")
247
+ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
248
set(CPR_USE_SYSTEM_CURL
249
OFF
250
CACHE BOOL "" FORCE)
0 commit comments