mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[CMAKE/CLANG]
* Enable PCH in Clang builds too now. CORE-8516 svn path=/trunk/; revision=64239
This commit is contained in:
parent
bef3d82f99
commit
64fdd77f12
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ else()
|
|||
add_definitions(-D_WINKD_=1)
|
||||
endif()
|
||||
|
||||
if((CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS") AND (NOT CMAKE_C_COMPILER_ID STREQUAL "Clang"))
|
||||
if(CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS")
|
||||
set(PCH 1 CACHE BOOL "Whether to use precompiled headers")
|
||||
else()
|
||||
set(PCH 0 CACHE BOOL "Whether to use precompiled headers")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue