mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmCommand: remove IsScriptable
This commit is contained in:
@@ -30,11 +30,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "configure_file"; }
|
||||
|
||||
/**
|
||||
* This determines if the command is invoked when in script mode.
|
||||
*/
|
||||
bool IsScriptable() const CM_OVERRIDE { return true; }
|
||||
|
||||
private:
|
||||
int ConfigureFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user