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 8d2d9d8 commit 82147aeCopy full SHA for 82147ae
lib/SwiftSyntax/CMakeLists.txt
@@ -26,7 +26,7 @@ FetchContent_MakeAvailable(SwiftSyntax)
26
27
# FIXME: Use FetchContent_Declare's EXCLUDE_FROM_ALL after CMake 3.28
28
FetchContent_GetProperties(SwiftSyntax BINARY_DIR binary_dir)
29
-set_propertY(DIRECTORY "${binary_dir}" PROPERTY EXCLUDE_FROM_ALL TRUE)
+set_property(DIRECTORY "${binary_dir}" PROPERTY EXCLUDE_FROM_ALL TRUE)
30
31
# Install swift-syntax libraries.
32
set(SWIFT_SYNTAX_MODULES
0 commit comments