[asterisk-scf-commits] asterisk-scf/integration/routing.git branch "boostctl" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Dec 3 16:00:49 CST 2010


branch "boostctl" has been updated
       via  47fed9b185d72af80b49b882a2974fff049cfd8d (commit)
      from  f92548cd04510fb7141fbd094c7d2befa9e20885 (commit)

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


- Log -----------------------------------------------------------------
commit 47fed9b185d72af80b49b882a2974fff049cfd8d
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Dec 3 16:01:29 2010 -0600

    Rely on boost macro def defaults set in AsteriskSCF.cmake

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 83c2d1f..fca99ba 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -18,7 +18,7 @@ asterisk_scf_component_add_file(RoutingTest MockEndpointLocator.h)
 asterisk_scf_component_add_file(RoutingTest MockEndpointLocator.cpp)
 
 asterisk_scf_component_add_ice_libraries(RoutingTest IceStorm)
-asterisk_scf_component_add_boost_libraries(RoutingTest unit_test_framework -DBOOST_TEST_DYN_LINK)
+asterisk_scf_component_add_boost_libraries(RoutingTest unit_test_framework)
 asterisk_scf_component_build_icebox(RoutingTest)
 
 if(integrated_build STREQUAL "true")

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


-- 
asterisk-scf/integration/routing.git



More information about the asterisk-scf-commits mailing list