summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 411dd25..e4814de 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1946,6 +1946,9 @@ void cmMakefile::AddDefaultDefinitions()
#if defined(__QNXNTO__)
this->AddDefinition("QNXNTO", "1");
#endif
+#if defined(__BEOS__)
+ this->AddDefinition("BEOS", "1");
+#endif
char temp[1024];
sprintf(temp, "%d", cmVersion::GetMinorVersion());