From aa77ec1c31f896684c20375ab55ff9cf32470f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Jun 2020 01:32:55 +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 --- klipper/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klipper') diff --git a/klipper/CMakeLists.txt b/klipper/CMakeLists.txt index 0ff5eb436..ee7b7cd6e 100644 --- a/klipper/CMakeLists.txt +++ b/klipper/CMakeLists.txt @@ -34,7 +34,7 @@ install( PROGRAMS klipper-1-2.pl klipper-trinity1.sh DESTINATION ${KCONF_UPDATE_ ##### klipper (executable) ###################### -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_tdeinit_executable( klipper AUTOMOC SOURCES dummy.cpp -- cgit v1.2.1