Git commit 77273e87fdd96a8fb914891d096f0dc0a7d5a5f9 by Thomas Eschenbacher. Committed on 14/10/2021 at 19:47. Pushed by eschenbacher into branch 'master'.
set minimum required cmake version to 3.16.0 (fixes build warnings) M +1 -1 CMakeLists.txt M +1 -1 doc/devel.docbook https://invent.kde.org/multimedia/kwave/commit/77273e87fdd96a8fb914891d096f0dc0a7d5a5f9 diff --git a/CMakeLists.txt b/CMakeLists.txt index b5e08dfe..2471187f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70") ############################################################################# ### required versions ### -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.16.0 FATAL_ERROR) # Honor visibility properties for all target types (since cmake 3.3) IF (POLICY CMP0063) diff --git a/doc/devel.docbook b/doc/devel.docbook index b439a125..5136743d 100644 --- a/doc/devel.docbook +++ b/doc/devel.docbook @@ -182,7 +182,7 @@ If you intend to compile &kwave; from the sources, you will need at least: <itemizedlist> <listitem><para> - <ulink url="&url_cmake;">cmake</ulink>-2.8.12 or newer + <ulink url="&url_cmake;">cmake</ulink>-3.16.0 or newer </para></listitem> <listitem><para> A recent C/C++ compiler. GCC-4.x works fine, some older and any
