From 5e8133972ae26a1b2c247592e3241a2430a24fdb Mon Sep 17 00:00:00 2001 From: Andreas Stallinger Date: Thu, 13 Oct 2016 13:09:20 +0200 Subject: [PATCH] script: linux package cleanup trial stuff removed --- cmake/pre_install_linux.cmake | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cmake/pre_install_linux.cmake b/cmake/pre_install_linux.cmake index 7c75bc9a..94057000 100644 --- a/cmake/pre_install_linux.cmake +++ b/cmake/pre_install_linux.cmake @@ -45,14 +45,5 @@ else() Run(rm ${upxPath}/Coati_upx) Print("upx Coati") Run(upx --brute ${upxPath}/Coati -o ${upxPath}/Coati_upx) - Print("Remove old Coati_trial_upx") - Run(rm ${upxPath}/Coati_trial_upx) - Print("upx Coati_trial") - Run(upx --brute ${upxPath}/Coati_trial -o ${upxPath}/Coati_trial_upx) endif() -#add_custom_command( - #OUTPUT Coati_upx - #COMMAND upx --brute ${CMAKE_CURRENT_LIST_DIR}/../bin/app/Release/Coati -o ${CMAKE_CURRENT_LIST_DIR}/../bin/app/Release/Coati_upx - - #)