-
- Downloads
Swift/Ninja: Fix missing OFM in CMP0157 OLD behavior
The CMP0157 old behavior omitted the output-file-map after the Swift build split because we stopped calling `EmitSwiftDependencyInfo` when we could not split the build because we didn't call `WriteObjectBuildStatement`. If we can't split the build, then we still need to include the OFM information to not break incremental builds.
Showing
- Source/cmNinjaTargetGenerator.cxx 2 additions, 1 deletionSource/cmNinjaTargetGenerator.cxx
- Tests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt 1 addition, 0 deletionsTests/RunCMake/Swift/CMP0157-OLD-build-stdout.txt
- Tests/RunCMake/Swift/RunCMakeTest.cmake 11 additions, 3 deletionsTests/RunCMake/Swift/RunCMakeTest.cmake
Loading
Please register or sign in to comment