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 e2f6512 commit ac6be4dCopy full SHA for ac6be4d
CMakeLists.txt
@@ -66,7 +66,7 @@ if(NOT LLBuild_FOUND)
66
find_package(LLBuild REQUIRED)
67
else()
68
message("-- Vending swift-llbuild")
69
- set(LLBUILD_SUPPORT_BINDINGS Swift)
+ set(LLBUILD_SUPPORT_BINDINGS Swift CACHE STRING "")
70
FetchContent_Declare(LLBuild
71
GIT_REPOSITORY https://github.com/apple/swift-llbuild
72
GIT_TAG main)
0 commit comments