Skip to content

Commit

Permalink
cmake.sh: CMAKE_USE_SYSTEM_CURL=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Feb 4, 2025
1 parent d2684bf commit 7d4ee9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-assets/scripts/dependencies/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ function cmake_build()
# config_options+=("-DBUILD_TESTING=ON")
config_options+=("-DBUILD_TESTING=OFF")

# On macOS:
# "/usr/lib/libcurl.4.dylib" not one of the allowed libs
config_options+=("-DCMAKE_USE_SYSTEM_CURL=OFF")

if [ "${XBB_HOST_PLATFORM}" == "win32" ]
then
config_options+=("-DCMAKE_SYSTEM_NAME=Windows")
Expand Down

0 comments on commit 7d4ee9a

Please sign in to comment.