CMakeLists: Remove trailing space
While we're in the same area, amend the newlining of the if block
This commit is contained in:
parent
23bc463ec9
commit
a7cf1548b0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue