summaryrefslogtreecommitdiff
path: root/x11/kgamma/files/patch-CMakeLists.txt
blob: c8c15a5c03a030d049c4c17fe80a9a06ca2e8c5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Make the port build with CMake 3.4.0.

Stop relying on an implicit inclusion of the CheckIncludesFile module.
Not upstreamable, the latest upstream version does not use that module
anymore.
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -3,6 +3,7 @@ project(kgamma)
 find_package(KDE4 REQUIRED)
 include(KDE4Defaults)
 include(MacroLibrary)
+include(CheckIncludeFiles)
 
 find_package(X11 REQUIRED)