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

Method GetComspec

Source/cmSystemTools.cxx:1237–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237std::string cmSystemTools::GetComspec()
1238{
1239 std::string comspec;
1240 if (!cmSystemTools::GetEnv("COMSPEC", comspec) ||
1241 !cmSystemTools::FileIsFullPath(comspec)) {
1242 comspec = "cmd.exe";
1243 }
1244 return comspec;
1245}
1246
1247#endif
1248

Callers 1

BuildCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected