for now, turn off precompiled header usage by default (so Incredibuild will work).

master
Alain Linden 2011-02-16 15:56:31 -08:00
parent f83801ab59
commit faecf0fe9a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ For more information, please see JIRA DEV-14943 - Cmake Linux cannot build both
endif (LINUX AND SERVER AND VIEWER)
set(USE_PRECOMPILED_HEADERS ON CACHE BOOL "Enable use of precompiled header directives where supported.")
set(USE_PRECOMPILED_HEADERS OFF CACHE BOOL "Enable use of precompiled header directives where supported.")
source_group("CMake Rules" FILES CMakeLists.txt)