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 @@ -11,7 +11,7 @@ export(TARGETS ${SWIFT_CONFIG_EXPORTS} FILE ${SWIFT_EXPORTS_FILE})
11
11
12
12
13
13
set (SWIFT_INCLUDE_DIRS ${SWIFT_INCLUDE_DIR} ${SWIFT_MAIN_INCLUDE_DIR} )
14
- set (SWIFT_LIBRARY_DIRS ${SWIFT_LIBRARY_DIR } )
14
+ set (SWIFT_LIBRARY_DIRS ${SWIFT_LIBRARY_OUTPUT_INTDIR } )
15
15
16
16
configure_file (
17
17
SwiftConfig.cmake.in
Original file line number Diff line number Diff line change 3
3
@SWIFT_CONFIG_CODE@
4
4
5
5
set (SWIFT_VERSION @SWIFT_VERSION@ )
6
- set (SWIFT_MAIN_SRC_DIR @SWIFT_MAIN_SRC_DIR @ )
6
+ set (SWIFT_MAIN_SRC_DIR @SWIFT_SOURCE_DIR @ )
7
7
8
8
set (SWIFT_INCLUDE_DIRS "@SWIFT_INCLUDE_DIR@" )
9
9
set (SWIFT_LIBRARY_DIRS "@SWIFT_CONFIG_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
- set (SWIFT_INCLUDE_DIR "@SWIFT_INCLUDE_DIR @" )
14
+ set (SWIFT_INCLUDE_DIR "@SWIFT_INCLUDE_DIRS @" )
15
15
set (SWIFT_LIBRARY_DIR "@SWIFT_CONFIG_LIBRARY_DIRS@" )
16
16
17
17
set (SWIFT_CMAKE_DIR "@SWIFT_CMAKE_DIR@" )
You can’t perform that action at this time.
0 commit comments