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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build/modules/add_boost.cmake b/build/modules/add_boost.cmake index d8dbd8e..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} ) -- Gitblit v1.9.1