[asterisk-scf-commits] asterisk-scf/release/logger.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Sep 16 10:27:49 CDT 2011


branch "master" has been updated
       via  1ca7bc4b970d94e072e5ffb0d2cf7fbf938292f0 (commit)
      from  5fc48c25d75b42b9cee68fae5969935434bdc16a (commit)

Summary of changes:
 client/src/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 1ca7bc4b970d94e072e5ffb0d2cf7fbf938292f0
Author: Brent Eagles <beagles at digium.com>
Date:   Fri Sep 16 12:57:34 2011 -0230

    Fix missing boost library for building on Windows.

diff --git a/client/src/CMakeLists.txt b/client/src/CMakeLists.txt
index 0b1db78..fe5faab 100644
--- a/client/src/CMakeLists.txt
+++ b/client/src/CMakeLists.txt
@@ -13,7 +13,7 @@ astscf_component_add_files(logging-client ../../include/AsteriskSCF/Logger/LogCo
 astscf_component_add_files(logging-client ../../include/AsteriskSCF/Logger/IceLogger.h)
 astscf_component_add_files(logging-client ../../include/AsteriskSCF/Logger/Level.h)
 astscf_component_add_files(logging-client ../../include/AsteriskSCF/Logger/LogFormatter.h)
-astscf_component_add_boost_libraries(logging-client thread date_time system)
+astscf_component_add_boost_libraries(logging-client thread date_time filesystem system)
 astscf_component_add_ice_libraries(logging-client IceStorm)
 astscf_component_add_slice_collection_libraries(logging-client ASTSCF)
 astscf_component_build_library(logging-client)

-----------------------------------------------------------------------


-- 
asterisk-scf/release/logger.git



More information about the asterisk-scf-commits mailing list