summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pythonhello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python/app_templates/pythonhello/CMakeLists.txt')
-rw-r--r--languages/python/app_templates/pythonhello/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt
index 84dfc7b0..14acd49a 100644
--- a/languages/python/app_templates/pythonhello/CMakeLists.txt
+++ b/languages/python/app_templates/pythonhello/CMakeLists.txt
@@ -10,7 +10,7 @@
#################################################
add_custom_target( pythonhello.tar.gz ALL
- COMMAND tar zcf pythonhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
+ COMMAND ${TAR} zcf pythonhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
app.py app.kdevelop pythonhello.png
)