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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Dec 8 10:33:30 CST 2010


branch "master" has been updated
       via  066fff4c1b4413da7a4a4d4b46beae802bf5bc89 (commit)
      from  4284d6c0f08c14a2df153b5bad07258a2c006200 (commit)

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


- Log -----------------------------------------------------------------
commit 066fff4c1b4413da7a4a4d4b46beae802bf5bc89
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed Dec 8 10:33:31 2010 -0600

    Added boost::date_time reference due to Windows-specific depedency
    between boost::thread and boost::date_time.

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d5dd7fc..2642a51 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -14,7 +14,7 @@ asterisk_scf_component_add_file(service_locator_test TestServiceLocator.cpp)
 asterisk_scf_component_add_file(service_locator_test TestComparatorBlocking.cpp)
 asterisk_scf_component_add_ice_libraries(service_locator_test IceStorm)
 asterisk_scf_component_add_boost_libraries(service_locator_test
-    unit_test_framework thread)
+    unit_test_framework thread date_time)
 asterisk_scf_component_build_icebox(service_locator_test)
 #asterisk_scf_component_install(service_locator_test RUNTIME bin "Service Locator Test Driver." Core)
 

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


-- 
asterisk-scf/release/servicediscovery.git



More information about the asterisk-scf-commits mailing list