diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f7f9a1992..86415c18a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -701,11 +701,10 @@ if(NOT ANDROID) endif() endif() - if(USE_DISCORD_PRESENCE) message(STATUS "Using static DiscordRPC from Externals") add_subdirectory(Externals/discord-rpc) -endif() +endif() find_package(Libsystemd) if(SYSTEMD_FOUND)