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.
2 parents 99a36b3 + 0f81941 commit a53196eCopy full SHA for a53196e
lib/CMakeLists.txt
@@ -40,10 +40,10 @@ if (SWIFT_SWIFT_PARSER)
40
41
# Determine the SwiftSyntax shared library files that were built as
42
# part of earlyswiftsyntax.
43
- list(TRANSFORM SWIFT_SYNTAX_MODULES PREPEND ${CMAKE_SHARED_LIBRARY_PREFIX}
+ list(TRANSFORM SWIFT_SYNTAX_MODULES PREPEND "${CMAKE_SHARED_LIBRARY_PREFIX}"
44
OUTPUT_VARIABLE SWIFT_SYNTAX_SHARED_LIBRARIES)
45
list(TRANSFORM SWIFT_SYNTAX_SHARED_LIBRARIES APPEND
46
- ${CMAKE_SHARED_LIBRARY_SUFFIX}
+ "${CMAKE_SHARED_LIBRARY_SUFFIX}"
47
48
49
# Interface library to collect swiftinterfaces and swiftmodules from
0 commit comments