16 lines
454 B
Text
16 lines
454 B
Text
commit 0bf52af6a61097f45f3f8a440e709376cc9d89b2
|
|
Author: Michael Palimaka <kensington@gentoo.org>
|
|
Date: Sun Nov 15 04:32:18 2015 +1100
|
|
|
|
Fix build with cmake-3.4
|
|
|
|
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -16,6 +16,7 @@ include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DI
|
|
find_package(KdepimLibs REQUIRED)
|
|
|
|
include(CheckFunctionExists)
|
|
+include(CheckIncludeFiles)
|
|
include(CheckLibraryExists)
|
|
|
|
include(TestBigEndian)
|