| 12345678910111213141516171819202122232425262728293031323334353637 |
- ^
- ---
- version:
- major: 1
- minor: 0
- events:
- -
- kind: "try_compile"
- backtrace:
- - "[^"]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\)"
- - "[^"]*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)"
- - "Inspect.cmake:[0-9]+ \(enable_language\)"
- - "CMakeLists.txt:[0-9]+ \(include\)"
- directories:
- source: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "CMAKE_C_ABI_COMPILED"
- cached: true
- stdout: \|.*
- exitCode: 0
- -
- kind: "try_compile"
- backtrace:
- - "[^"]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\)"
- - "[^"]*/Modules/CMakeTestCXXCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)"
- - "Inspect.cmake:[0-9]+ \(enable_language\)"
- - "CMakeLists.txt:[0-9]+ \(include\)"
- directories:
- source: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_compile/Inspect-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "CMAKE_CXX_ABI_COMPILED"
- cached: true
- stdout: \|.*
- exitCode: 0
- \.\.\.$
|