Skip to content

Commit 440a66a

Browse files
committed
Runtimes: adjust path for referencing SwiftCoreTargets.cmake
This is loaded by the CMake package configuration so that you can add cross-package dependencies. Adjust the path so that the lookup succeeds on all targets.
1 parent deb1d96 commit 440a66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Core/cmake/interface/SwiftCoreConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@PACKAGE_INIT@
2-
include("${CMAKE_CURRENT_LIST_DIR}/SwiftCoreTargets.cmake")
2+
include("${CMAKE_CURRENT_LIST_DIR}/SwiftCore/SwiftCoreTargets.cmake")
33

44
set(SwiftCore_ENABLE_LIBRARY_EVOLUTION @SwiftCore_ENABLE_LIBRARY_EVOLUTION@)
55

0 commit comments

Comments
 (0)