mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
ERR: Removed functions I just added. They don't belong here (yet?).
This commit is contained in:
@@ -122,18 +122,6 @@ public:
|
||||
|
||||
|
||||
static long int ModifiedTime(const char* filename);
|
||||
|
||||
/**
|
||||
* Get the CMake executable name on the current platform. This will
|
||||
* be "CMakeBuildTargets" for unix, and "CMakeSetupCMD" for windows.
|
||||
*/
|
||||
static const char* GetCMakeExecutableName();
|
||||
|
||||
/**
|
||||
* Get the CMake executable options for the current platform. This will
|
||||
* be "" for unix, and "-DSP" for windows.
|
||||
*/
|
||||
static const char* GetCMakeExecutableOptions();
|
||||
|
||||
private:
|
||||
static bool s_ErrorOccured;
|
||||
|
||||
Reference in New Issue
Block a user