mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
cmCommand: remove IsScriptable
This commit is contained in:
@@ -69,11 +69,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "if"; }
|
||||
|
||||
/**
|
||||
* This determines if the command is invoked when in script mode.
|
||||
*/
|
||||
bool IsScriptable() const CM_OVERRIDE { return true; }
|
||||
|
||||
// Filter the given variable definition based on policy CMP0054.
|
||||
static const char* GetDefinitionIfUnquoted(
|
||||
const cmMakefile* mf, cmExpandedCommandArgument const& argument);
|
||||
|
||||
Reference in New Issue
Block a user