mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🚧 cmake: use system curl for cpr
This commit is contained in:
parent
5924e59292
commit
58d88d74fe
@ -25,6 +25,7 @@ set(FTXUI_ENABLE_INSTALL OFF CACHE INTERNAL "" FORCE)
|
||||
set(SPDLOG_FMT_EXTERNAL ON CACHE INTERNAL "" FORCE)
|
||||
set(SPDLOG_DISABLE_DEFAULT_LOGGER ON CACHE INTERNAL "" FORCE)
|
||||
set(SIMDJSON_DISABLE_DEPRECATED_API ON CACHE INTERNAL "" FORCE)
|
||||
set(CPR_USE_SYSTEM_CURL ON CACHE INTERNAL "" FORCE)
|
||||
|
||||
# Generate compile_commands.json to make it easier to work with clang based tools
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
Loading…
Reference in New Issue
Block a user