mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE] Fix broken PCH handling since r67483.
svn path=/trunk/; revision=68843
This commit is contained in:
parent
5777e8100c
commit
e950972731
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue