mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmCommand: remove IsScriptable
This commit is contained in:
@@ -79,11 +79,6 @@ public:
|
||||
*/
|
||||
virtual cmCommand* Clone() = 0;
|
||||
|
||||
/**
|
||||
* This determines if the command is invoked when in script mode.
|
||||
*/
|
||||
virtual bool IsScriptable() const { return false; }
|
||||
|
||||
/**
|
||||
* This determines if the command is defined in a cmake script.
|
||||
* It is the case for cmMacroHelperCommand and cmFunctionHelperCommand.
|
||||
|
||||
Reference in New Issue
Block a user