BracketWarn-stderr.txt 1023 B

1234567891011121314151617181920212223242526272829303132333435
  1. CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
  2. Syntax Warning in cmake code at
  3. .*/Tests/RunCMake/Syntax/BracketWarn.cmake:1:16
  4. A future version of CMake may treat unquoted argument:
  5. \[\[
  6. as an opening long bracket. Double-quote the argument.
  7. This warning is for project developers. Use -Wno-dev to suppress it.
  8. CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
  9. Syntax Warning in cmake code at
  10. .*/Tests/RunCMake/Syntax/BracketWarn.cmake:1:19
  11. A future version of CMake may treat unquoted argument:
  12. \[=\[
  13. as an opening long bracket. Double-quote the argument.
  14. This warning is for project developers. Use -Wno-dev to suppress it.
  15. CMake Warning \(dev\) at CMakeLists.txt:3 \(include\):
  16. Syntax Warning in cmake code at
  17. .*/Tests/RunCMake/Syntax/BracketWarn.cmake:1:27
  18. A future version of CMake may treat unquoted argument:
  19. \[==\[x
  20. as an opening long bracket. Double-quote the argument.
  21. This warning is for project developers. Use -Wno-dev to suppress it.