1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 09:41:56 +00:00

Remove unnecessary function

This commit is contained in:
momo5502
2022-04-21 20:51:32 +02:00
parent ae8714d728
commit 44b142f266
3 changed files with 1 additions and 11 deletions

View File

@ -16,7 +16,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
##########################################
set(WDK_WINVER "0x0603" CACHE STRING "Default WINVER for WDK targets")
#set(WDK_WINVER "0x0603" CACHE STRING "Default WINVER for WDK targets")
##########################################
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:Debug>)