summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-12 01:33:51 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 15:20:25 +0200
commit555b9ae909e60ccc7c62ddcf80e5c669f8072408 (patch)
tree268e68626c25ca2c35aaa12ebfc49d197dea16ec
parent28ba7a44fe339dc9eadeccb6f786b1c06784ca8c (diff)
downloadtdepim-555b9ae909e60ccc7c62ddcf80e5c669f8072408.tar.gz
tdepim-555b9ae909e60ccc7c62ddcf80e5c669f8072408.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 f0716499204d4afcaf7af458597f31a2b74f3c33)
-rw-r--r--libksieve/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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