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")