mirror of
https://github.com/reactos/CMake.git
synced 2024-12-19 01:27:11 +00:00
af81a3c31b
Check that source and binary directories are not part of the INTERFACE_INCLUDE_DIRECTORIES for installed IMPORTED targets. This is limited to directories which do not contain generator expressions to evaluate. Such paths can only be checked at time of use of the imported target, which will be done in a follow up patch.
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
CMake Error in CMakeLists.txt:
|
|
Target "testTarget" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
|
|
|
".*RunCMake/include_directories/foo"
|
|
|
|
which is prefixed in the source directory.
|