Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9305 from r-burns/discord
Exclude Discord RPC lib from installation
  • Loading branch information
leoetlino committed Dec 3, 2020
2 parents b148b56 + aefbf9c commit dbc0fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -794,7 +794,7 @@ endif()

if(USE_DISCORD_PRESENCE)
message(STATUS "Using static DiscordRPC from Externals")
add_subdirectory(Externals/discord-rpc)
add_subdirectory(Externals/discord-rpc EXCLUDE_FROM_ALL)
include_directories(Externals/discord-rpc/include)
endif()

Expand Down

0 comments on commit dbc0fd1

Please sign in to comment.