You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
463 B
14 lines
463 B
CMAKE_WINDOWS_KMDF_VERSION
|
|
--------------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
Specify the `Kernel-Mode Drive Framework`_ target version.
|
|
|
|
A :variable:`toolchain file <CMAKE_TOOLCHAIN_FILE>` that sets
|
|
:variable:`CMAKE_SYSTEM_NAME` to ``WindowsKernelModeDriver``
|
|
must also set ``CMAKE_WINDOWS_KMDF_VERSION`` to specify the
|
|
KMDF target version.
|
|
|
|
.. _`Kernel-Mode Drive Framework`: https://learn.microsoft.com/en-us/windows-hardware/drivers/wdf/kmdf-version-history
|