summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMP0041/CMP0041-NEW-stderr.txt
blob: 2ec3aef2037b2646db2cc1fd15c1d7901e5ced5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CMake Error in CMakeLists.txt:
  Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains relative path:

    "include/\$<TARGET_PROPERTY:NAME>"


CMake Error in CMakeLists.txt:
  Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:

    ".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"

  which is prefixed in the source directory.


CMake Error in CMakeLists.txt:
  Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:

    ".*/Tests/RunCMake/CMP0041/CMP0041-NEW-build/include/\$<TARGET_PROPERTY:NAME>"

  which is prefixed in the build directory.