commit:     5c7e586553717c52c0d77298a78d79d9ff0368fa
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Wed Jun  3 12:39:40 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 17:43:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c7e5865

[kde-misc/kcmsystemd] Set min. required CMake version

Should prevent:
```
[…]
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:10 (cmake_policy):
  Policy "CMP0037" is not known to this version of CMake.
[…]
```

See also [CMake docs](http://www.cmake.org/cmake/help/v3.0/policy/CMP0037.html).

 kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild 
b/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild
index 6e1d681..a92197b 100644
--- a/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild
+++ b/kde-misc/kcmsystemd/kcmsystemd-1.1.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI=5
+CMAKE_MIN_VERSION="3.0.0"
 
 inherit kde5
 

Reply via email to