CMake/Tests/CMakeCommands/target_include_directories/relative_dir
Stephen Kelly 38afc82e76 target_include_directories: Allow relative path with genex
Treat paths which are relative and which contain a generator
expression which is not at the beginning as relative to the
source directory.

This matches the behavior of paths which are relative but contain
no generator expression at all.

Previously this would generate a relative path with the IMPORTED
target on export(), which would be a reported as a non-existent
path on import. If used directly in the buildsystem, it would be
reported as a relative path, which is also an error. There is no
need for a policy in this case.
2013-11-26 10:30:18 +01:00
..
consumer target_include_directories: Allow relative path with genex 2013-11-26 10:30:18 +01:00
relative_dir.h Make subclasses responsible for joining content. 2013-01-29 19:34:04 +01:00