1
0

ProjectQueryBad-stderr.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Non-query check
  2. CMake Error at ProjectQueryBad\.cmake:[0-9]+ \(cmake_file_api\):
  3. cmake_file_api does not recognize sub-command NOT_A_QUERY
  4. .*
  5. Invalid API version checks
  6. CMake Error at ProjectQueryBad\.cmake:[0-9]+ \(cmake_file_api\):
  7. cmake_file_api QUERY given unsupported API_VERSION "2" \(the only currently
  8. supported version is 1\)\.
  9. .*
  10. CMake Error at ProjectQueryBad\.cmake:[0-9]+ \(cmake_file_api\):
  11. cmake_file_api QUERY given non-integer API_VERSION\.
  12. .*
  13. Invalid version numbers check
  14. CMake Error at ProjectQueryBad\.cmake:[0-9]+ \(cmake_file_api\):
  15. cmake_file_api QUERY given invalid arguments:
  16. Given a malformed version "nope" for CODEMODEL\.
  17. Given a malformed version "-2" for CACHE\.
  18. Given a malformed version "\.8" for CMAKEFILES\.
  19. Given a malformed version "0\.1" for TOOLCHAINS\.
  20. .*
  21. Requested versions too high check
  22. CMake Error at ProjectQueryBad\.cmake:[0-9]+ \(cmake_file_api\):
  23. cmake_file_api QUERY given invalid arguments:
  24. None of the specified CODEMODEL versions is supported by this version of CMake\.
  25. None of the specified CACHE versions is supported by this version of CMake\.
  26. None of the specified CMAKEFILES versions is supported by this version of CMake\.
  27. None of the specified TOOLCHAINS versions is supported by this version of CMake\.
  28. .*
  29. Requested versions too low check
  30. CMake Error at ProjectQueryBad\.cmake:[0-9]+ \(cmake_file_api\):
  31. cmake_file_api QUERY given invalid arguments:
  32. None of the specified CODEMODEL versions is supported by this version of CMake\.
  33. None of the specified CACHE versions is supported by this version of CMake\.