Skip to content

Commit

Permalink
- replicate commit from gzdoom ZDoom/gzdoom@201652b
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 17, 2022
1 parent 761502d commit f5579ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libraries/discordrpc/src/CMakeLists.txt
Expand Up @@ -42,7 +42,6 @@ if(WIN32)
endforeach()
endif(USE_STATIC_CRT)
target_compile_options(discord-rpc PRIVATE /EHsc
/Wall
/wd4100 # unreferenced formal parameter
/wd4514 # unreferenced inline
/wd4625 # copy constructor deleted
Expand Down Expand Up @@ -73,10 +72,6 @@ if(UNIX)
add_library(discord-rpc ${BASE_RPC_SRC})
target_link_libraries(discord-rpc PUBLIC pthread)

if (APPLE)
target_link_libraries(discord-rpc PRIVATE "-framework AppKit, -mmacosx-version-min=10.10")
endif (APPLE)

target_compile_options(discord-rpc PRIVATE
-g
-Wall
Expand Down

0 comments on commit f5579ca

Please sign in to comment.