CMP0041-tid-WARN-stderr.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. CMake Warning in CMakeLists.txt:
  2. Policy CMP0041 is not set: Error on relative include with generator
  3. expression. Run "cmake --help-policy CMP0041" for policy details. Use the
  4. cmake_policy command to set the policy and suppress this warning.
  5. Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
  6. ".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
  7. which is prefixed in the source directory.
  8. CMake Warning in CMakeLists.txt:
  9. Policy CMP0041 is not set: Error on relative include with generator
  10. expression. Run "cmake --help-policy CMP0041" for policy details. Use the
  11. cmake_policy command to set the policy and suppress this warning.
  12. Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
  13. ".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
  14. which is prefixed in the source directory.
  15. CMake Warning in CMakeLists.txt:
  16. Policy CMP0041 is not set: Error on relative include with generator
  17. expression. Run "cmake --help-policy CMP0041" for policy details. Use the
  18. cmake_policy command to set the policy and suppress this warning.
  19. Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
  20. ".*/Tests/RunCMake/CMP0041/CMP0041-tid-WARN-build/include/\$<TARGET_PROPERTY:NAME>"
  21. which is prefixed in the build directory.