From 1fafa273329c2c4be693a85649a51b8f2364e236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 29 Jun 2015 18:28:40 +0200 Subject: Add gnu tar detection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9097720c1da8fe553e05e5e7289f8cea4ac76fa2) --- languages/cpp/app_templates/win32gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/cpp/app_templates/win32gui/CMakeLists.txt') diff --git a/languages/cpp/app_templates/win32gui/CMakeLists.txt b/languages/cpp/app_templates/win32gui/CMakeLists.txt index 9aa12a42..ac3c7e7d 100644 --- a/languages/cpp/app_templates/win32gui/CMakeLists.txt +++ b/languages/cpp/app_templates/win32gui/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# add_custom_target( win32gui.tar.gz ALL - COMMAND tar zcf win32gui.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} + COMMAND ${TAR} zcf win32gui.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.cpp src-Makefile.am win32gui-Makefile.am win32gui-Makefile.cvs win32gui-configure.in win32gui.png app.kdevelop -- cgit v1.2.3