From c8a6fe99749532ff22ef404932e76ff87ea2e100 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Thu, 20 Sep 2018 18:26:27 +0200 Subject: [PATCH] Reword the warning message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 607861ebe..fc3fc7f27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) -message(WARNING "No official support for cmake build system. If it is broken, please submit patches!") +message(AUTHOR_WARNING "If the build fails, please try the autotools/qmake method.") list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) include(FunctionReadVersion)