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:
Joseph Snyder
2024-10-24 12:04:14 -04:00
parent 81f49865f2
commit 54bbd00448
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -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.",