mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
WindowsKernelModeDriver: Switch to appending to variables
When using the WindowsKernelModeDriver, do not add the new paths if the variable was not previously defined. Instead, append them to the existing value. Add a new GUID for the Experimental mode gate
This commit is contained in:
@@ -30,7 +30,7 @@ cmExperimental::FeatureData LookupTable[] = {
|
||||
false },
|
||||
// WindowsKernelModeDriver
|
||||
{ "WindowsKernelModeDriver",
|
||||
"7f524e81-99c7-48f3-a35d-278bae54282c",
|
||||
"fac18f65-504e-4dbb-b068-f356bb1f2ddb",
|
||||
"CMAKE_EXPERIMENTAL_WINDOWS_KERNEL_MODE_DRIVER",
|
||||
"CMake's Windows kernel-mode driver support is experimental. It is meant "
|
||||
"only for experimentation and feedback to CMake developers.",
|
||||
|
||||
Reference in New Issue
Block a user