Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cc7d52bc65ef3d0dae4aa3ed5db7017fc92a2f5
/
.
/
Tests
/
RunCMake
/
CommandLine
/
DebuggerCapabilityInspect-check.cmake
blob: 75769f234d08ade3a2535a6cd85fa7cc2f8aced0 [
file
]
if
(
actual_stdout MATCHES
[[
"debugger"
*:
*
true
]])
set_property
(
DIRECTORY PROPERTY
CMake_ENABLE_DEBUGGER
1
)
else
()
set_property
(
DIRECTORY PROPERTY
CMake_ENABLE_DEBUGGER
0
)
endif
()