Skip to content

Commit

Permalink
Remove bad compile defs (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis authored Sep 4, 2023
1 parent e855c20 commit b190f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library-vcpkg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ endif()
target_compile_definitions(
"${LIB_NAME}" PUBLIC
"DPP_BUILD"
"$<$<PLATFORM_ID:Windows>:$<$<CONFIG:Debug>:/sdl;/std:c++17;/Od;/DEBUG;/MP;/DFD_SETSIZE=1024;/Zc:preprocessor>>"
"$<$<PLATFORM_ID:Windows>:$<$<CONFIG:Release>:/std:c++17;/O2;/Oi;/Oy;/GL;/Gy;/sdl;/MP;/DFD_SETSIZE=1024;/Zc:preprocessor>>"
)

add_compile_definitions(OPENSSL_SYS_WIN32)
Expand Down

0 comments on commit b190f66

Please sign in to comment.