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