Inspect-config.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ^
  2. ---
  3. version:
  4. major: 1
  5. minor: 0
  6. events:
  7. -
  8. kind: "try_compile"
  9. backtrace:
  10. - "[^"]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\)"
  11. - "[^"]*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)"
  12. - "Inspect.cmake:[0-9]+ \(enable_language\)"
  13. - "CMakeLists.txt:[0-9]+ \(include\)"
  14. directories:
  15. source: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
  16. binary: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
  17. buildResult:
  18. variable: "CMAKE_C_ABI_COMPILED"
  19. cached: true
  20. stdout: \|.*
  21. exitCode: 0
  22. -
  23. kind: "try_compile"
  24. backtrace:
  25. - "[^"]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\)"
  26. - "[^"]*/Modules/CMakeTestCXXCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)"
  27. - "Inspect.cmake:[0-9]+ \(enable_language\)"
  28. - "CMakeLists.txt:[0-9]+ \(include\)"
  29. directories:
  30. source: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
  31. binary: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
  32. buildResult:
  33. variable: "CMAKE_CXX_ABI_COMPILED"
  34. cached: true
  35. stdout: \|.*
  36. exitCode: 0
  37. \.\.\.$