diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-16 15:56:31 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-16 15:56:31 -0800 |
commit | faecf0fe9ac5f15f8364211b095e00a27811dab7 (patch) | |
tree | 68d3ba16a3c0852af054d309039663e785f0e68c /indra | |
parent | f83801ab59a77a76a5f30e20a2bb02e13318ec57 (diff) |
for now, turn off precompiled header usage by default (so Incredibuild will work).
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/Variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 88cfdfc0b9..ed5e2dee2d 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -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) |