From 501191289be53ee86b38d31ad797605c0a48bebe Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 5 May 2018 20:52:41 +0800 Subject: [PATCH] Print warning about cmake support status --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c77a0f723..d4627b076 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.5) cmake_policy(VERSION 3.5) +message(WARNING "No official support for cmake build system. If it is broken, please submit patches!") + list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) include(FunctionReadVersion)