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>2021-02-03 22:14:16 +0100
commitd336392f8fd8d954754cd3e53b7e119a1f3f351b (patch)
tree9c4b20eb76c4810d1a9d0d9be6040c08ec7d6a6a /kate
parent345f44fb937ff4df61830db1fe5dbd96db69e3f5 (diff)
downloadtdelibs-d336392f8fd8d954754cd3e53b7e119a1f3f351b.tar.gz
tdelibs-d336392f8fd8d954754cd3e53b7e119a1f3f351b.zip
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 080c061b15cfcb11e26a2ede1c8082afb0c5d329)
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 31720988a..8841ba63c 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