CMP0041-WARN-stderr.txt 1.2 KB

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