summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cpphello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/cpphello/CMakeLists.txt')
-rw-r--r--languages/cpp/app_templates/cpphello/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/cpphello/CMakeLists.txt b/languages/cpp/app_templates/cpphello/CMakeLists.txt
index d77effea..d8f7f8cc 100644
--- a/languages/cpp/app_templates/cpphello/CMakeLists.txt
+++ b/languages/cpp/app_templates/cpphello/CMakeLists.txt
@@ -12,7 +12,7 @@
add_custom_target( cpphello.tar.gz ALL
COMMAND tar zcf cpphello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs
- configure.in cpphello.png app.tdevelop
+ configure.in cpphello.png app.kdevelop
)