diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 01:33:51 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 14:17:42 +0200 |
commit | f0716499204d4afcaf7af458597f31a2b74f3c33 (patch) | |
tree | 0b8e61cb40ecc2deb95767b4744e789aea2536a8 | |
parent | ab01a9d58699589776750ae7e0c84cc464aa0352 (diff) | |
download | tdepim-f0716499204d4afcaf7af458597f31a2b74f3c33.tar.gz tdepim-f0716499204d4afcaf7af458597f31a2b74f3c33.zip |
For templates from CMake, use the TDE CMAKE TEMPLATES variable.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | libksieve/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libksieve/CMakeLists.txt b/libksieve/CMakeLists.txt index 352dadb0d..5e3c8a5d5 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 |