diff options
| author | 2022-06-26 09:50:43 +0300 | |
|---|---|---|
| committer | 2022-06-26 07:50:43 +0100 | |
| commit | 8ca343eeb2b57a4e82ca8171b0242af9a138891c (patch) | |
| tree | d90f2d5333075e03d17f543878017338caf4cdd2 | |
| parent | CMakeLists.txt: Make devdocs and distclean targets compatible with Ninja gene... (diff) | |
| download | KVIrc-8ca343eeb2b57a4e82ca8171b0242af9a138891c.tar.gz KVIrc-8ca343eeb2b57a4e82ca8171b0242af9a138891c.tar.bz2 KVIrc-8ca343eeb2b57a4e82ca8171b0242af9a138891c.zip | |
Fix issue "CMake Warning (dev) at /home/n/kde/usr/share/ECM/modules/ECMFindModuleHelpers.cmake:113 (message): Your project should require at least CMake 3.16.0 to use FindKF5.cmake" (#2525)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index be656ef92..c6e6b3989 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ ############################################################################### # Minimum CMake version -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.16) # Name of the project project(kvirc) |
