Skip to content

Commit

Permalink
Print warning about cmake support status
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed May 5, 2018
1 parent d8c14ff commit 239352a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 239352a

Please sign in to comment.