Skip to content

Commit

Permalink
Merge pull request #109 from krzyzanowskim/marcin/quote-cmake-include
Browse files Browse the repository at this point in the history
Quote cmake include path
  • Loading branch information
compnerd authored Sep 17, 2022
2 parents 015e9ba + e1f6974 commit 252c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/SwiftSystemConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ See https://swift.org/LICENSE.txt for license information
#]]

if(NOT TARGET SystemPackage)
include(@SWIFT_SYSTEM_EXPORTS_FILE@)
include("@SWIFT_SYSTEM_EXPORTS_FILE@")
endif()

0 comments on commit 252c0f0

Please sign in to comment.