Browse Source

Bump minimum required CMake version to 3.16

adaptive-webui-19844
FranciscoPombal 4 years ago
parent
commit
f63e70b449
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
message(AUTHOR_WARNING "If the build fails, please try the autotools/qmake method.")

Loading…
Cancel
Save