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

Method GetForceUnixPaths

Source/cmSystemTools.h:388–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387 static void SetForceUnixPaths(bool v) { s_ForceUnixPaths = v; }
388 static bool GetForceUnixPaths() { return s_ForceUnixPaths; }
389
390 // ConvertToOutputPath use s_ForceUnixPaths
391 static std::string ConvertToOutputPath(std::string const& path);

Callers 4

CreateIfAnyMethod · 0.45
SetGlobalGeneratorMethod · 0.45
ActualConfigureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected