Reword the warning message

This commit is contained in:
Eugene Shalygin 2018-09-20 18:26:27 +02:00 committed by sledgehammer999
parent a846916beb
commit fb885d89c1
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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)