Skip to content

Commit 82147ae

Browse files
rintaroetcwilde
andauthored
Update lib/SwiftSyntax/CMakeLists.txt
Co-authored-by: Evan Wilde <[email protected]>
1 parent 8d2d9d8 commit 82147ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SwiftSyntax/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FetchContent_MakeAvailable(SwiftSyntax)
2626

2727
# FIXME: Use FetchContent_Declare's EXCLUDE_FROM_ALL after CMake 3.28
2828
FetchContent_GetProperties(SwiftSyntax BINARY_DIR binary_dir)
29-
set_propertY(DIRECTORY "${binary_dir}" PROPERTY EXCLUDE_FROM_ALL TRUE)
29+
set_property(DIRECTORY "${binary_dir}" PROPERTY EXCLUDE_FROM_ALL TRUE)
3030

3131
# Install swift-syntax libraries.
3232
set(SWIFT_SYNTAX_MODULES

0 commit comments

Comments
 (0)