diff options
author | Brad King <brad.king@kitware.com> | 2017-05-31 13:32:32 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-31 13:44:16 -0400 |
commit | 82badfffc34f043521ff3314047a3831e0fb17c7 (patch) | |
tree | 2d8615111cd938a67997f0455f7f53758bb8b993 /Tests | |
parent | c5ff50fc19ac8393be3cad5f7c1578a6a8c64819 (diff) | |
download | cmake-82badfffc34f043521ff3314047a3831e0fb17c7.tar.gz |
Ninja: Fix CMP0058 on MinGW
For CMP0058 we identify dependencies that have no rules to generate them
by collecting a set of all dependencies and a set of all files CMake
knows are generated by something, and then computing a set difference.
Fix construction of these sets to use the same form for each path.
This is after ConvertToNinjaPath but before EncodePath.
Without this, the slash conversion done by EncodePath for the GNU
compiler on Windows results in a mismatch, triggering an incorrect
CMP0058 warning.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions