mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[CMAKE]
* Set the default PCH value only if it's not already set. svn path=/trunk/; revision=62241
This commit is contained in:
@@ -134,7 +134,7 @@ else()
|
||||
add_definitions(-D_WINKD_=1)
|
||||
endif()
|
||||
|
||||
if(CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS")
|
||||
if((NOT DEFINED PCH) AND (CMAKE_VERSION STREQUAL "2.8.12.1-ReactOS"))
|
||||
set(PCH 1)
|
||||
else()
|
||||
set(PCH 0)
|
||||
|
||||
Reference in New Issue
Block a user