ENH: Unify with other variables

This commit is contained in:
Andy Cedilnik
2004-04-23 10:03:01 -04:00
parent 3262bc73d3
commit eae3d4cf06
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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;