diff --git a/reactos/cmake/config-amd64.cmake b/reactos/cmake/config-amd64.cmake index d4d5a444bac..2b1cc16a44c 100644 --- a/reactos/cmake/config-amd64.cmake +++ b/reactos/cmake/config-amd64.cmake @@ -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()