mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: Unify with other variables
This commit is contained in:
@@ -38,7 +38,7 @@ bool cmAddExecutableCommand::InitialPass(std::vector<std::string> const& args)
|
||||
++s;
|
||||
use_win32 = true;
|
||||
}
|
||||
else if ( *s == "MACBUNDLE" )
|
||||
else if ( *s == "MACOSX_BUNDLE" )
|
||||
{
|
||||
++s;
|
||||
use_macbundle = true;
|
||||
|
||||
Reference in New Issue
Block a user