mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
d710a78a34
I naively assumed in my previous commit that the Convert call would correctly convert a relative path file name correctly relative to the makefile's current output directory. It actually converts it relative to the process's current working directory. So it would be different depending on how you launched cmake-gui. This commit ensures that the generated files are always the same by starting with a full path to begin with, based on the makefile GetCurrentOutputDirectory method.
67 KiB
67 KiB