Skip to content

Commit 252c0f0

Browse files
authored
Merge pull request #109 from krzyzanowskim/marcin/quote-cmake-include
Quote cmake include path
2 parents 015e9ba + e1f6974 commit 252c0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftSystemConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ See https://swift.org/LICENSE.txt for license information
88
#]]
99

1010
if(NOT TARGET SystemPackage)
11-
include(@SWIFT_SYSTEM_EXPORTS_FILE@)
11+
include("@SWIFT_SYSTEM_EXPORTS_FILE@")
1212
endif()

0 commit comments

Comments
 (0)