Skip to content

Commit

Permalink
Exclude Discord RPC lib from installation
Browse files Browse the repository at this point in the history
This vendored library does not need to be installed,
as it is statically linked in.
  • Loading branch information
r-burns committed Dec 3, 2020
1 parent b148b56 commit aefbf9c
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 aefbf9c

Please sign in to comment.