summaryrefslogtreecommitdiffstats
path: root/tdecore/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-13 02:43:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-10-13 02:43:56 +0200
commit51a6bc1a56863ade210d4de0696d376696eef94a (patch)
treecfcc7890c49584088afabf0e1b712eadcc601d9f /tdecore/CMakeLists.txt
parentfd0de2b581ab3f3bab7bc540d8348f994464723f (diff)
downloadtdelibs-51a6bc1a56863ade210d4de0696d376696eef94a.tar.gz
tdelibs-51a6bc1a56863ade210d4de0696d376696eef94a.zip
Fix FTBFS due to missing KSSL_HAVE_SSL definition
This relates to Bug 2530 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdecore/CMakeLists.txt')
-rw-r--r--tdecore/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index 85f5c99df..4d9c4a4a8 100644
--- a/tdecore/CMakeLists.txt
+++ b/tdecore/CMakeLists.txt
@@ -36,6 +36,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/tdefx
${CMAKE_SOURCE_DIR}/tdeui
${CMAKE_SOURCE_DIR}/tdeio/tdeio
+ ${CMAKE_BINARY_DIR}/tdeio/kssl
${LIBART_INCLUDE_DIRS}
${LIBIDN_INCLUDE_DIRS}
${GAMIN_INCLUDEDIR}