From a7cf1548b029d22430638468a23429b125893ce6 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 6 Jul 2018 13:23:26 -0400 Subject: [PATCH] CMakeLists: Remove trailing space While we're in the same area, amend the newlining of the if block --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)