mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
cmSetCommand: Re-use local named variable.
This commit is contained in:
@@ -59,7 +59,7 @@ bool cmSetCommand
|
||||
// SET (VAR) // Removes the definition of VAR.
|
||||
if (args.size() == 1)
|
||||
{
|
||||
this->Makefile->RemoveDefinition(args[0]);
|
||||
this->Makefile->RemoveDefinition(variable);
|
||||
return true;
|
||||
}
|
||||
// SET (VAR PARENT_SCOPE) // Removes the definition of VAR
|
||||
|
||||
Reference in New Issue
Block a user