diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 01:32:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-03 22:14:16 +0100 |
commit | d336392f8fd8d954754cd3e53b7e119a1f3f351b (patch) | |
tree | 9c4b20eb76c4810d1a9d0d9be6040c08ec7d6a6a /kdeui/CMakeLists.txt | |
parent | 345f44fb937ff4df61830db1fe5dbd96db69e3f5 (diff) | |
download | tdelibs-d336392f8fd8d954754cd3e53b7e119a1f3f351b.tar.gz tdelibs-d336392f8fd8d954754cd3e53b7e119a1f3f351b.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 080c061b15cfcb11e26a2ede1c8082afb0c5d329)
Diffstat (limited to 'kdeui/CMakeLists.txt')
-rw-r--r-- | kdeui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/CMakeLists.txt b/kdeui/CMakeLists.txt index d0a380bfa..664906c9d 100644 --- a/kdeui/CMakeLists.txt +++ b/kdeui/CMakeLists.txt @@ -157,7 +157,7 @@ tde_add_library( ${target} SHARED AUTOMOC set( target kspell ) -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( ${target} SHARED SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp |