Author: akhaldi
Date: Sun Mar  2 20:47:34 2014
New Revision: 62391

URL: http://svn.reactos.org/svn/reactos?rev=62391&view=rev
Log:
[CMAKE]
* Disable PCH in Clang builds. We'll inspect this later.

Modified:
    trunk/reactos/CMakeLists.txt

Modified: trunk/reactos/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=62391&r1=62390&r2=62391&view=diff
==============================================================================
--- trunk/reactos/CMakeLists.txt        [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt        [iso-8859-1] Sun Mar  2 20:47:34 2014
@@ -134,7 +134,7 @@
         add_definitions(-D_WINKD_=1)
     endif()
 
-    if((NOT DEFINED PCH) AND (CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS"))
+    if((NOT DEFINED PCH) AND (CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS") AND 
(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang"))
         set(PCH 1)
     else()
         set(PCH 0)


Reply via email to