CompatBefore24-stderr.txt 680 B

1234567891011121314
  1. ^CMake Deprecation Warning at CompatBefore24\.cmake:1 \(cmake_minimum_required\):
  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:3 \(include\)
  8. +
  9. CMake Error in CMakeLists.txt:
  10. You have set CMAKE_BACKWARDS_COMPATIBILITY to a CMake version less than
  11. 2.4. This version of CMake only supports backwards compatibility with
  12. CMake 2.4 or later. For compatibility with older versions please use any
  13. CMake 2.8.x release or lower.