mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
cmSystemTools: Move static data to anonymous namespace
This commit is contained in:
@@ -2671,16 +2671,17 @@ std::string InitLogicalWorkingDirectory()
|
||||
|
||||
std::string cmSystemToolsLogicalWorkingDirectory =
|
||||
InitLogicalWorkingDirectory();
|
||||
|
||||
std::string cmSystemToolsCMakeCommand;
|
||||
std::string cmSystemToolsCTestCommand;
|
||||
std::string cmSystemToolsCPackCommand;
|
||||
std::string cmSystemToolsCMakeCursesCommand;
|
||||
std::string cmSystemToolsCMakeGUICommand;
|
||||
std::string cmSystemToolsCMClDepsCommand;
|
||||
std::string cmSystemToolsCMakeRoot;
|
||||
std::string cmSystemToolsHTMLDoc;
|
||||
}
|
||||
|
||||
static std::string cmSystemToolsCMakeCommand;
|
||||
static std::string cmSystemToolsCTestCommand;
|
||||
static std::string cmSystemToolsCPackCommand;
|
||||
static std::string cmSystemToolsCMakeCursesCommand;
|
||||
static std::string cmSystemToolsCMakeGUICommand;
|
||||
static std::string cmSystemToolsCMClDepsCommand;
|
||||
static std::string cmSystemToolsCMakeRoot;
|
||||
static std::string cmSystemToolsHTMLDoc;
|
||||
void cmSystemTools::FindCMakeResources(const char* argv0)
|
||||
{
|
||||
std::string exe_dir;
|
||||
|
||||
Reference in New Issue
Block a user