ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.

This commit is contained in:
Brad King
2006-10-02 12:01:20 -04:00
parent 1d9f287af7
commit fcd500289b
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ bool cmAddExecutableCommand::InitialPass(std::vector<std::string> const& args)
++s;
use_macbundle = true;
}
else if(*s == "NOT_IN_ALL")
else if(*s == "EXCLUDE_FROM_ALL")
{
++s;
in_all = false;