Browse Source

Print warning about cmake support status

adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
239352ad88
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,6 +1,8 @@ @@ -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)

Loading…
Cancel
Save