CMP0058-OLD-by-stderr.txt 909 B

12345678910111213141516171819
  1. ^CMake Deprecation Warning at CMP0058-OLD-by\.cmake:[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 a \.\.\.<max> suffix to tell
  5. CMake that the project does not need compatibility with older versions\.
  6. Call Stack \(most recent call first\):
  7. CMakeLists.txt:[0-9] \(include\)
  8. +
  9. CMake Deprecation Warning at CMP0058-OLD-by\.cmake:[0-9]+ \(cmake_policy\):
  10. The OLD behavior for policy CMP0058 will be removed from a future version
  11. of CMake\.
  12. The cmake-policies\(7\) manual explains that the OLD behaviors of all
  13. policies are deprecated and that a policy should be set to OLD only under
  14. specific short-term circumstances. Projects should be ported to the NEW
  15. behavior and not rely on setting a policy to OLD.
  16. Call Stack \(most recent call first\):
  17. CMakeLists.txt:[0-9]+ \(include\)$