CMP0070-WARN-stderr.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ^CMake Deprecation Warning at CMakeLists\.txt:[0-9]+ \(cmake_policy\):
  2. Compatibility with CMake < 3\.10 will be removed from a future version of
  3. CMake\.
  4. Update the VERSION argument <min> value\. Or, use the <min>\.\.\.<max> syntax
  5. to tell CMake that the project requires at least <min> but has been updated
  6. to work with policies introduced by <max> or earlier\.
  7. +
  8. (CMake Warning \(dev\) in CMakeLists.txt:
  9. Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
  10. paths. Run "cmake --help-policy CMP0070" for policy details. Use the
  11. cmake_policy command to set the policy and suppress this warning.
  12. file\(GENERATE\) given relative OUTPUT path:
  13. relative-output-WARN.txt
  14. This is not defined behavior unless CMP0070 is set to NEW. For
  15. compatibility with older versions of CMake, the previous undefined behavior
  16. will be used.
  17. This warning is for project developers. Use -Wno-dev to suppress it.
  18. +)+
  19. CMake Warning \(dev\) in CMakeLists.txt:
  20. Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
  21. paths. Run "cmake --help-policy CMP0070" for policy details. Use the
  22. cmake_policy command to set the policy and suppress this warning.
  23. file\(GENERATE\) given relative INPUT path:
  24. relative-input-WARN.txt
  25. This is not defined behavior unless CMP0070 is set to NEW. For
  26. compatibility with older versions of CMake, the previous undefined behavior
  27. will be used.
  28. This warning is for project developers. Use -Wno-dev to suppress it.(
  29. +
  30. CMake Warning \(dev\) in CMakeLists.txt:
  31. Policy CMP0070 is not set: Define file\(GENERATE\) behavior for relative
  32. paths. Run "cmake --help-policy CMP0070" for policy details. Use the
  33. cmake_policy command to set the policy and suppress this warning.
  34. file\(GENERATE\) given relative OUTPUT path:
  35. relative-output-WARN.txt
  36. This is not defined behavior unless CMP0070 is set to NEW. For
  37. compatibility with older versions of CMake, the previous undefined behavior
  38. will be used.
  39. This warning is for project developers. Use -Wno-dev to suppress it.)+$