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

Possible typo #23

Closed venkateshmicro98 closed 3 years ago

venkateshmicro98 commented 3 years ago

https://github.com/SergiusTheBest/FindWDK/blob/0c276ffcd706ec04df13e8a97d42afc020003e73/cmake/FindWdk.cmake#L167

${WDK_COMPILE_DEFINITIONS};$<$:${WDK_COMPILE_DEFINITIONS_DEBUG} > ;_WIN32_WINNT=${WDK_WINVER}

Is this intended or Typo?

SergiusTheBest commented 3 years ago

Looks like a typo. Let me check it.

SergiusTheBest commented 3 years ago

Thanks!