From 0f3b6b1590de8044fdbd277a5e69d35fced0b7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 15 Nov 2017 22:39:47 +0100 Subject: [PATCH] Explicitly mention the expected root directory for discord-rpc [ci skip] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bd02d4f5b..694e9912d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ if(EXISTS "${ROOT_DIR}/discord-rpc") set(HAVE_DISCORD_RPC TRUE) message("Building with discord-rpc support") else() - message("No discord-rpc detected, to enable clone discord-rpc to root directory") + message("No discord-rpc detected, to enable clone discord-rpc to root directory: ${ROOT_DIR}") endif() # Include sub-projects