blob: ead9a88242b5e1119bfc2d35aba38727983e60ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDE is for loading CMake code, and this fails with a fatal error
in CMake 3 as 'settings' is a directory
Gentoo bug #537138
--- a/information/CMakeLists.txt
+++ b/information/CMakeLists.txt
@@ -3,8 +3,6 @@
find_package(KDE4 REQUIRED)
include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
-INCLUDE( "../settings")
-
set(kminfo_PART_SRCS
kminfo.cpp
)
|