mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +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)
|
add_definitions(-D_WINKD_=1)
|
||||||
endif()
|
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")
|
set(PCH 1 CACHE BOOL "Whether to use precompiled headers")
|
||||||
else()
|
else()
|
||||||
set(PCH 0 CACHE BOOL "Whether to use precompiled headers")
|
set(PCH 0 CACHE BOOL "Whether to use precompiled headers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue