From f0716499204d4afcaf7af458597f31a2b74f3c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Jun 2020 01:33:51 +0200 Subject: [PATCH] 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 --- libksieve/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libksieve/CMakeLists.txt b/libksieve/CMakeLists.txt index 352dadb0..5e3c8a5d 100644 --- a/libksieve/CMakeLists.txt +++ b/libksieve/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( ##### ksieve (shared) ########################### -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_library( ksieve SHARED SOURCES dummy.cpp