CMake/Tests/OutOfSource
Brad King 6e2a4087f2 Ninja: Centralize path conversion in global generator (#15757)
In the Ninja generator we run all build rules from the top of the build
tree rather than changing into each subdirectory.  Therefore we convert
all paths relative to the HOME_OUTPUT directory.  However, the Convert
method on cmLocalGenerator restricts relative path conversions to avoid
leaving the build tree with a "../" sequence.  Therefore conversions
performed for "subdirectories" that are outside the top of the build
tree always use full paths while conversions performed for
subdirectories that are inside the top of the build tree may use
relative paths to refer to the same files.

Since Ninja always runs rules from the top of the build tree we should
convert them using only the top-level cmLocalGenerator in order to
remain consistent.  Also extend the test suite with a case that fails
without this fix.
2015-09-25 14:36:30 -04:00
..
OutOfSourceSubdir Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
SubDir Ninja: Centralize path conversion in global generator (#15757) 2015-09-25 14:36:30 -04:00
CMakeLists.txt Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
simple.cxx ENH: Adding test for multiple source files with the same name but different full paths. 2006-07-07 09:54:29 -04:00
testdp.h.in ENH: test get directory properties ability to get props from subdirs 2005-09-13 10:40:38 -04:00