CMP0026-WARN-stderr.txt 1.2 KB

12345678910111213141516171819202122232425
  1. CMake Warning \(dev\) at CMP0026-WARN.cmake:5 \(get_target_property\):
  2. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  3. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  4. command to set the policy and suppress this warning.
  5. The LOCATION property should not be read from target "somelib". Use the
  6. target name directly with add_custom_command, or use the generator
  7. expression \$<TARGET_FILE>, as appropriate.
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. This warning is for project developers. Use -Wno-dev to suppress it.
  11. +
  12. CMake Warning \(dev\) at CMP0026-WARN.cmake:8 \(get_target_property\):
  13. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  14. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  15. command to set the policy and suppress this warning.
  16. The LOCATION property should not be read from target "otherlib". Use the
  17. target name directly with add_custom_command, or use the generator
  18. expression \$<TARGET_FILE>, as appropriate.
  19. Call Stack \(most recent call first\):
  20. CMakeLists.txt:3 \(include\)
  21. This warning is for project developers. Use -Wno-dev to suppress it.