[Orxonox-commit 2984] r7681 - code/branches/ois_update/src

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Nov 30 22:55:06 CET 2010


Author: rgrieder
Date: 2010-11-30 22:55:06 +0100 (Tue, 30 Nov 2010)
New Revision: 7681

Modified:
   code/branches/ois_update/src/OrxonoxConfig.cmake
Log:
Disabled PCH on OS X.

Modified: code/branches/ois_update/src/OrxonoxConfig.cmake
===================================================================
--- code/branches/ois_update/src/OrxonoxConfig.cmake	2010-11-30 21:40:06 UTC (rev 7680)
+++ code/branches/ois_update/src/OrxonoxConfig.cmake	2010-11-30 21:55:06 UTC (rev 7681)
@@ -31,7 +31,8 @@
 SET(CMAKE_SKIP_BUILD_RPATH  FALSE)
 
 # Global switch to disable Precompiled Header Files
-IF(PCH_COMPILER_SUPPORT)
+# Note: PCH temporarily disabled on Mac because of severe problems
+IF(PCH_COMPILER_SUPPORT AND NOT APPLE)
   OPTION(PCH_ENABLE "Global PCH switch" TRUE)
 ENDIF()
 




More information about the Orxonox-commit mailing list