summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/DebuggerCapabilityInspect-check.cmake
blob: 75769f234d08ade3a2535a6cd85fa7cc2f8aced0 (plain)
1
2
3
4
5
if(actual_stdout MATCHES [["debugger" *: *true]])
  set_property(DIRECTORY PROPERTY CMake_ENABLE_DEBUGGER 1)
else()
  set_property(DIRECTORY PROPERTY CMake_ENABLE_DEBUGGER 0)
endif()