Changeset 7681 for code/branches/ois_update
- Timestamp:
- Nov 30, 2010, 10:55:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/OrxonoxConfig.cmake
r7525 r7681 32 32 33 33 # Global switch to disable Precompiled Header Files 34 IF(PCH_COMPILER_SUPPORT) 34 # Note: PCH temporarily disabled on Mac because of severe problems 35 IF(PCH_COMPILER_SUPPORT AND NOT APPLE) 35 36 OPTION(PCH_ENABLE "Global PCH switch" TRUE) 36 37 ENDIF()
Note: See TracChangeset
for help on using the changeset viewer.