From d77f9a9ece2d70abdc85f5ced2a4c43b3f22ba5a Mon Sep 17 00:00:00 2001 From: greenxx <34824480+greenxx@users.noreply.github.com> Date: Wed, 3 Jul 2019 21:37:59 +0200 Subject: [PATCH] Update error message to let the user know to initialize submodules or get the tarball from the website Close #1671 Close #1672 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64ebbd0e..fa8bf180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,7 +250,8 @@ if(csocket_files STREQUAL "") if(git_status_var) message(FATAL_ERROR " It looks like git submodules are not initialized.\n" - " Either this is not a git clone, or you don't have git installed") + " Either this is not a git clone, or you don't have git installed.\n" + " Fetch the tarball from the website: https://znc.in/releases/ ") else() message(FATAL_ERROR " It looks like git submodules are not initialized.\n"