summaryrefslogtreecommitdiffstats
path: root/Source/cmAddExecutableCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAddExecutableCommand.cxx')
-rw-r--r--Source/cmAddExecutableCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddExecutableCommand.cxx b/Source/cmAddExecutableCommand.cxx
index 4ccd2a7..8faabac 100644
--- a/Source/cmAddExecutableCommand.cxx
+++ b/Source/cmAddExecutableCommand.cxx
@@ -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;