summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kpovmodeler/CMakeLists.txt2
-rw-r--r--ksvg/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/CMakeLists.txt b/kpovmodeler/CMakeLists.txt
index 3011c6e9..f1f10b1f 100644
--- a/kpovmodeler/CMakeLists.txt
+++ b/kpovmodeler/CMakeLists.txt
@@ -119,7 +119,7 @@ tde_add_library( kpovmodeler SHARED AUTOMOC
##### libkpovmodelerpart (module) ###############
-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_kpart( libkpovmodelerpart AUTOMOC
SOURCES dummy.cpp
diff --git a/ksvg/CMakeLists.txt b/ksvg/CMakeLists.txt
index 3f1c88bc..ba7ae70a 100644
--- a/ksvg/CMakeLists.txt
+++ b/ksvg/CMakeLists.txt
@@ -29,7 +29,7 @@ link_directories(
##### ksvg (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( ksvg SHARED
SOURCES dummy.cpp