File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ set(SWIFT_LIBRARY_DIRS ${SWIFT_LIBRARY_OUTPUT_INTDIR})
16
16
configure_file (
17
17
SwiftConfig.cmake.in
18
18
${swift_cmake_builddir} /SwiftConfig.cmake
19
- @ONLY )
19
+ @ONLY )
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ set(SWIFT_VERSION @SWIFT_VERSION@)
6
6
set (SWIFT_MAIN_SRC_DIR @SWIFT_SOURCE_DIR@ )
7
7
8
8
set (SWIFT_INCLUDE_DIRS "@SWIFT_INCLUDE_DIRS@" )
9
- set (SWIFT_LIBRARY_DIRS "@SWIFT_CONFIG_LIBRARY_DIRS @" )
9
+ set (SWIFT_LIBRARY_DIRS "@SWIFT_LIBRARY_DIRS @" )
10
10
11
11
# These variables are duplicated, but they must match the LLVM variables of the
12
12
# same name. The variables ending in "S" could some day become lists, and are
13
13
# preserved for convention and compatibility.
14
14
set (SWIFT_INCLUDE_DIR "@SWIFT_INCLUDE_DIRS@" )
15
- set (SWIFT_LIBRARY_DIR "@SWIFT_CONFIG_LIBRARY_DIRS @" )
15
+ set (SWIFT_LIBRARY_DIR "@SWIFT_LIBRARY_DIRS @" )
16
16
17
17
set (SWIFT_CMAKE_DIR "@SWIFT_CMAKE_DIR@" )
18
18
set (SWIFT_BINARY_DIR "@SWIFT_BINARY_DIR@" )
You can’t perform that action at this time.
0 commit comments