aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-08-15 13:22:57 -0700
committersilinoron <none@none>2010-08-15 13:22:57 -0700
commitced726264653bed9a41a7725465a9292786dafc4 (patch)
treeb8757084a35d05276b25b40d4b197560200dc995
parent05e6147621b53a6d90b57469660c2c656f83196d (diff)
Use PCH to compile Ace - speeds up ace compilation
Thanks click --HG-- branch : trunk
-rw-r--r--externals/ace/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/ace/CMakeLists.txt b/externals/ace/CMakeLists.txt
index 00e127dc735..2b5a487ef03 100644
--- a/externals/ace/CMakeLists.txt
+++ b/externals/ace/CMakeLists.txt
@@ -332,8 +332,6 @@ add_definitions(-DACE_BUILD_DLL)
add_library(ace SHARED ${ace_STAT_SRCS})
-if(PCH)
- add_native_precompiled_header(ace ${CMAKE_SOURCE_DIR}/externals/ace/PrecompiledHeaders/WinAcePCH)
-endif()
+add_native_precompiled_header(ace ${CMAKE_SOURCE_DIR}/externals/ace/PrecompiledHeaders/WinAcePCH)
install(TARGETS ace RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}")