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

Method GetDefaultBuildConfig

Source/cmGlobalGenerator.h:527–527  ·  view source on GitHub ↗

Default config to use for cmake --build

Source from the content-addressed store, hash-verified

525
526 // Default config to use for cmake --build
527 virtual std::string GetDefaultBuildConfig() const { return "Debug"; }
528
529 virtual cmValue GetDebuggerWorkingDirectory(cmGeneratorTarget* gt) const;
530

Callers 1

BuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected