SergiusTheBest / FindWDK

CMake module for building drivers with Windows Development Kit (WDK)
BSD 3-Clause "New" or "Revised" License
251 stars 53 forks source link

ZERO_CHECK error when WindowsKernelModeDriver10.0 is selected as platform toolset #22

Closed venkateshmicro98 closed 3 years ago

venkateshmicro98 commented 3 years ago

When I select "WindowsKernelModeDriver10.0" as platform toolset like this

image

I am getting an error in zero check

image

WDK version : 10

SergiusTheBest commented 3 years ago

You shouldn't make any changes to project properties - they will be lost and rewritten by CMake (of course if ZERO_CHECK will run successfully). In your case recreate project files with CMake command line or GUI application.

venkateshmicro98 commented 3 years ago

Got it