mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user