CMP0053-WARN-stderr.txt 829 B

12345678910111213141516171819202122232425262728
  1. ^CMake Warning \(dev\) at CMP0053-WARN.cmake:2 \(message\):
  2. Policy CMP0053 is not set: Simplify variable reference and escape sequence
  3. evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the
  4. cmake_policy command to set the policy and suppress this warning.
  5. For input:
  6. '\\'
  7. the old evaluation rules produce:
  8. '\\'
  9. but the new evaluation rules produce an error:
  10. Syntax error in cmake code at
  11. .*/Tests/RunCMake/Syntax/CMP0053-WARN.cmake:2
  12. when parsing string
  13. \\
  14. Invalid character escape '\\' \(at end of input\).
  15. Using the old result for compatibility since the policy is not set.
  16. Call Stack \(most recent call first\):
  17. CMP0053-WARN.cmake:5 \(escape\)
  18. CMakeLists.txt:3 \(include\)
  19. This warning is for project developers. Use -Wno-dev to suppress it.
  20. \\$