From d336392f8fd8d954754cd3e53b7e119a1f3f351b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Jun 2020 01:32:04 +0200 Subject: For templates from CMake, use the TDE CMAKE TEMPLATES variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 080c061b15cfcb11e26a2ede1c8082afb0c5d329) --- kate/part/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate') 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 -- cgit v1.2.1