diff --git a/library-vcpkg/CMakeLists.txt b/library-vcpkg/CMakeLists.txt index 1fd1590928..a8377cf699 100644 --- a/library-vcpkg/CMakeLists.txt +++ b/library-vcpkg/CMakeLists.txt @@ -18,8 +18,6 @@ endif() target_compile_definitions( "${LIB_NAME}" PUBLIC "DPP_BUILD" - "$<$:$<$:/sdl;/std:c++17;/Od;/DEBUG;/MP;/DFD_SETSIZE=1024;/Zc:preprocessor>>" - "$<$:$<$:/std:c++17;/O2;/Oi;/Oy;/GL;/Gy;/sdl;/MP;/DFD_SETSIZE=1024;/Zc:preprocessor>>" ) add_compile_definitions(OPENSSL_SYS_WIN32)