From b190f66e15d658a8bfe1c395abe263291679ee4e Mon Sep 17 00:00:00 2001 From: Brain Date: Mon, 4 Sep 2023 21:15:34 +0100 Subject: [PATCH] Remove bad compile defs (#844) --- library-vcpkg/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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)