From ba5bb61096725b03d1487398f025c7574f60eda9 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 15 Mar 2022 18:00:58 +0800 Subject: [PATCH] deleted DpiAwareness.manifest --- DpiAwareness.manifest | 11 ----------- compiler.cmake | 1 - 2 files changed, 12 deletions(-) delete mode 100644 DpiAwareness.manifest diff --git a/DpiAwareness.manifest b/DpiAwareness.manifest deleted file mode 100644 index b627a9c..0000000 --- a/DpiAwareness.manifest +++ /dev/null @@ -1,11 +0,0 @@ - - - - - PerMonitorV2 - - - - - - diff --git a/compiler.cmake b/compiler.cmake index 0428241..9e4a03c 100644 --- a/compiler.cmake +++ b/compiler.cmake @@ -13,7 +13,6 @@ IF(WIN32) OPTION(MSVC_USE_DLL "use MSVC DLL" ON) - if(MSVC_USE_DLL) SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} /MDd") SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MDd")