MCPcopy Create free account
hub / github.com/Kitware/CMake / GetDebugTryCompile

Method GetDebugTryCompile

Source/cmake.h:454–454  ·  view source on GitHub ↗

Debug the try compile stuff by not deleting the files

Source from the content-addressed store, hash-verified

452
453 //! Debug the try compile stuff by not deleting the files
454 bool GetDebugTryCompile() const { return this->DebugTryCompile; }
455 void DebugTryCompileOn() { this->DebugTryCompile = true; }
456
457 /**

Callers 3

cmTryCompileCommandFunction · 0.80
TryCompileCodeMethod · 0.80
TryRunCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected