mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[CMAKE]
add _PREFAST_ option for amd64, too svn path=/trunk/; revision=54862
This commit is contained in:
@@ -41,3 +41,8 @@ This settings is disabled (0) by default.")
|
||||
set(USERMODE TRUE CACHE BOOL
|
||||
"Whether to compile any usermode parts. This is while kernel mode is under
|
||||
heavy development and usermode part not relevant for bootcd.")
|
||||
|
||||
if(MSVC)
|
||||
set(_PREFAST_ FALSE CACHE BOOL
|
||||
"Whether to enable PREFAST while compiling.")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user