Skip to content
Permalink
Browse files
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.
@@ -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()

0 comments on commit dbc0fd1

Please sign in to comment.