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

Method SupportsDefaultConfigs

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

Source from the content-addressed store, hash-verified

612 virtual bool SupportsDefaultBuildType() const { return false; }
613 virtual bool SupportsCrossConfigs() const { return false; }
614 virtual bool SupportsDefaultConfigs() const { return false; }
615
616 virtual std::string ConvertToOutputPath(std::string path) const
617 {

Callers 2

ComputeMethod · 0.95
WriteInstallJsonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected