CMP0070-WARN-stderr.txt 1.1 KB

123456789101112131415161718192021222324252627
  1. ^CMake Warning \(dev\) in CMakeLists.txt:
  2. Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
  3. paths. Run "cmake --help-policy CMP0070" for policy details. Use the
  4. cmake_policy command to set the policy and suppress this warning.
  5. file\(GENERATE\) given relative INPUT path:
  6. relative-input-WARN.txt
  7. This is not defined behavior unless CMP0070 is set to NEW. For
  8. compatibility with older versions of CMake, the previous undefined behavior
  9. will be used.
  10. This warning is for project developers. Use -Wno-dev to suppress it.(
  11. +
  12. CMake Warning \(dev\) in CMakeLists.txt:
  13. Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
  14. paths. Run "cmake --help-policy CMP0070" for policy details. Use the
  15. cmake_policy command to set the policy and suppress this warning.
  16. file\(GENERATE\) given relative OUTPUT path:
  17. relative-output-WARN.txt
  18. This is not defined behavior unless CMP0070 is set to NEW. For
  19. compatibility with older versions of CMake, the previous undefined behavior
  20. will be used.
  21. This warning is for project developers. Use -Wno-dev to suppress it.)+$