| 2854 | } |
| 2855 | |
| 2856 | std::string cmMakefile::GetDefaultConfiguration() const |
| 2857 | { |
| 2858 | if (this->GetGlobalGenerator()->IsMultiConfig()) { |
| 2859 | return std::string{}; |
| 2860 | } |
| 2861 | return this->GetSafeDefinition("CMAKE_BUILD_TYPE"); |
| 2862 | } |
| 2863 | |
| 2864 | std::vector<std::string> cmMakefile::GetGeneratorConfigs( |
| 2865 | GeneratorConfigQuery mode) const |
no test coverage detected