mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[CMAKE]
add _PREFAST_ option for amd64, too svn path=/trunk/; revision=54862
This commit is contained in:
parent
c8c261269c
commit
0972817d02
1 changed files with 5 additions and 0 deletions
|
@ -41,3 +41,8 @@ This settings is disabled (0) by default.")
|
||||||
set(USERMODE TRUE CACHE BOOL
|
set(USERMODE TRUE CACHE BOOL
|
||||||
"Whether to compile any usermode parts. This is while kernel mode is under
|
"Whether to compile any usermode parts. This is while kernel mode is under
|
||||||
heavy development and usermode part not relevant for bootcd.")
|
heavy development and usermode part not relevant for bootcd.")
|
||||||
|
|
||||||
|
if(MSVC)
|
||||||
|
set(_PREFAST_ FALSE CACHE BOOL
|
||||||
|
"Whether to enable PREFAST while compiling.")
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue