mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The expected install locations for the SwiftCoreConfig.cmake and SwiftCoreTargets.cmake file was inconsistent between the build directory and the install location. Making everything consistent across install locations. In both cases, the files are installed under `./cmake/SwiftCore`. This is one of the formats that `find_package` uses to automatically search for package config files so that we can avoid passing `SwiftCore_DIR` to all sub-projects.