[CMAKE] Fix broken PCH handling since r67483.

svn path=/trunk/; revision=68843
This commit is contained in:
Amine Khaldi 2015-08-28 09:24:39 +00:00
parent 5777e8100c
commit e950972731

View file

@ -151,7 +151,7 @@ else()
add_definitions(-D_WINKD_=1)
endif()
if(CMAKE_VERSION MATCHES "ReactOS" AND MSVC_VERSION LESS 1900)
if(CMAKE_VERSION MATCHES "ReactOS")
set(PCH 1 CACHE BOOL "Whether to use precompiled headers")
else()
set(PCH 0 CACHE BOOL "Whether to use precompiled headers")