CMP0079-iface-WARN-stderr.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ^CMake Warning \(dev\) at CMP0079-iface/CMakeLists.txt:[0-9]+ \(target_link_libraries\):
  2. Policy CMP0079 is not set: target_link_libraries allows use with targets in
  3. other directories. Run "cmake --help-policy CMP0079" for policy details.
  4. Use the cmake_policy command to set the policy and suppress this warning.
  5. Target
  6. top
  7. is not created in this directory. For compatibility with older versions of
  8. CMake, link library
  9. \$<1:foo;foo>
  10. will be looked up in the directory in which the target was created rather
  11. than in this calling directory.
  12. This warning is for project developers. Use -Wno-dev to suppress it.
  13. +
  14. CMake Warning \(dev\) at CMP0079-iface/CMakeLists.txt:[0-9]+ \(target_link_libraries\):
  15. Policy CMP0079 is not set: target_link_libraries allows use with targets in
  16. other directories. Run "cmake --help-policy CMP0079" for policy details.
  17. Use the cmake_policy command to set the policy and suppress this warning.
  18. Target
  19. top
  20. is not created in this directory. For compatibility with older versions of
  21. CMake, link library
  22. \$<1:foo;foo>
  23. will be looked up in the directory in which the target was created rather
  24. than in this calling directory.
  25. This warning is for project developers. Use -Wno-dev to suppress it.$