Add CESIUM_DISABLE_CURL as cmake option.

This commit is contained in:
Kevin Ring 2025-07-01 11:04:42 -04:00
parent 5dd83698f6
commit 5f596474b9
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ elseif (CMAKE_TOOLCHAIN_FILE)
endif()
option(CESIUM_USE_EZVCPKG "use ezvcpkg helper" ${CESIUM_USE_EZVCPKG_DEFAULT})
option(CESIUM_DISABLE_CURL "Disable cesium-native's use of libcurl" OFF)
if(CESIUM_USE_EZVCPKG)
# Keep vcpkg from running in manifset mode. It will try to because