[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Dec 7 14:56:40 CST 2010


branch "master" has been updated
       via  92ca85d2d8db6e9bf2817eada1c4a6914fe5523d (commit)
      from  91df85017b172327c9464474c5a2224f0927c526 (commit)

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


- Log -----------------------------------------------------------------
commit 92ca85d2d8db6e9bf2817eada1c4a6914fe5523d
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Dec 3 13:07:22 2010 -0600

    Manage boost link options in CMake.

diff --git a/StateReplicator/test/CMakeLists.txt b/StateReplicator/test/CMakeLists.txt
index 00d0337..673a9cd 100644
--- a/StateReplicator/test/CMakeLists.txt
+++ b/StateReplicator/test/CMakeLists.txt
@@ -7,7 +7,7 @@ asterisk_scf_component_add_file(StateReplicatorTest TestStateReplicator.cpp)
 asterisk_scf_component_add_file(StateReplicatorTest SharedTestData.h)
 asterisk_scf_component_add_file(StateReplicatorTest MockStateReplicatorListener.h)
 
-asterisk_scf_component_add_boost_libraries(StateReplicatorTest unit_test_framework thread)
+asterisk_scf_component_add_boost_libraries(StateReplicatorTest unit_test_framework thread date_time)
 
 asterisk_scf_component_build_standalone(StateReplicatorTest)
 asterisk_scf_component_install(StateReplicatorTest RUNTIME bin "StateReplicatorTest Component Test Driver." Test)
diff --git a/StateReplicator/test/TestStateReplicator.cpp b/StateReplicator/test/TestStateReplicator.cpp
index 5cc81a8..4b46e1e 100644
--- a/StateReplicator/test/TestStateReplicator.cpp
+++ b/StateReplicator/test/TestStateReplicator.cpp
@@ -13,7 +13,6 @@
  * the GNU General Public License Version 2. See the LICENSE.txt file
  * at the top of the source tree.
  */
-#define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_MODULE StateReplicatorComponentTestSuite
 #define BOOST_TEST_NO_MAIN
 

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


-- 
asterisk-scf/release/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list