summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-12 01:32:04 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 14:14:08 +0200
commit080c061b15cfcb11e26a2ede1c8082afb0c5d329 (patch)
treefbb501d66a674c5a304f3cb1928eaafd3e51cc15 /kate
parent373a14a13718e1d454cd7bb73088c8b9c65a4c34 (diff)
downloadtdelibs-080c061b15cfcb11e26a2ede1c8082afb0c5d329.tar.gz
tdelibs-080c061b15cfcb11e26a2ede1c8082afb0c5d329.zip
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kate')
-rw-r--r--kate/part/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/CMakeLists.txt b/kate/part/CMakeLists.txt
index a9c6b6b46..c363fdb35 100644
--- a/kate/part/CMakeLists.txt
+++ b/kate/part/CMakeLists.txt
@@ -66,7 +66,7 @@ tde_add_library( ${target} STATIC_PIC AUTOMOC
set( target libkatepart )
-configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_dummy_cpp.cmake dummy.cpp COPYONLY )
+configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY )
tde_add_kpart( ${target}
SOURCES dummy.cpp