783bce295b
Allow directories in the source tree or build tree only if the install tree is a subdirectory of the source tree or build tree, as appropriate. Re-use the test files in the RunCMake.include_directories test to run in multiple scenarios. Bump the required CMake version in the test to 3.0 to ensure that the new policy warnings are emitted correctly.
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
CMake Error in CMakeLists.txt:
|
|
Target "testTarget" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
|
|
|
".*Tests/RunCMake/include_directories/InstallInBinDir-build/foo"
|
|
|
|
which is prefixed in the build directory.
|