mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
7a3e45b9d4
Code such as target_include_directories(foo INTERFACE $<INSTALL_INTERFACE:include$<FOO>> ) should be treated as a relative directory, despite the genex, after the INSTALL_INTERFACE is stripped away. Previously, this would generate a relative directory on export, which would be an error on import, so no policy is needed.