From d5cfca5d6eae5fdc99f04e50c19b12e1803ca90b Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 摹曛, 16 10月 2014 02:55:25 +0800
Subject: [PATCH] optional dbus

---
 build/modules/add_boost.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/modules/add_boost.cmake b/build/modules/add_boost.cmake
index 6fa6be4..5498d9e 100644
--- a/build/modules/add_boost.cmake
+++ b/build/modules/add_boost.cmake
@@ -100,10 +100,10 @@
 	if(NOT EXISTS ${ZipFilePath})
 	  message(STATUS "Downloading boost ${BoostVersion} to ${BoostCacheDir}")
 	endif()
+    #SHOW_PROGRESS
 	file(DOWNLOAD http://sourceforge.net/projects/boost/files/boost/${BoostVersion}/${BoostFolderName}.tar.bz2/download
 		 ${ZipFilePath}
 		 STATUS Status
-		 SHOW_PROGRESS
 		 EXPECTED_HASH SHA1=${BoostSHA1}
 		 )
 
@@ -115,7 +115,7 @@
 	  file(MAKE_DIRECTORY ${BoostExtractFolder})
 	  file(COPY ${ZipFilePath} DESTINATION ${BoostExtractFolder})
 	  message(STATUS "Extracting boost ${BoostVersion} to ${BoostExtractFolder}")
-	  execute_process(COMMAND ${CMAKE_COMMAND} -E tar vxfz ${BoostFolderName}.tar.bz2
+	  execute_process(COMMAND ${CMAKE_COMMAND} -E tar xfz ${BoostFolderName}.tar.bz2
 					  WORKING_DIRECTORY ${BoostExtractFolder}
 					  RESULT_VARIABLE Result
 					  )

--
Gitblit v1.9.1