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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Dec 30 14:51:24 CST 2011


branch "master" has been updated
       via  497dbc2a99c8ef74508490e83bc02cac8b207693 (commit)
      from  3fb739a4e7ae3e804835148a09c5b15361ac3d8e (commit)

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


- Log -----------------------------------------------------------------
commit 497dbc2a99c8ef74508490e83bc02cac8b207693
Author: Mark Michelson <mmichelson at digium.com>
Date:   Tue Dec 27 16:35:03 2011 -0600

    Adjust for logging name changes.

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 803dee6..1090840 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,5 +7,5 @@ astscf_component_add_ice_libraries(astscf-util-cpp IceStorm IceBox)
 astscf_component_add_boost_libraries(astscf-util-cpp core thread date_time)
 astscf_component_add_slice_collection_libraries(astscf-util-cpp ASTSCF)
 astscf_component_build_library(astscf-util-cpp)
-target_link_libraries(astscf-util-cpp logging-client)
+target_link_libraries(astscf-util-cpp LoggingClient)
 astscf_component_install(astscf-util-cpp)
diff --git a/test/Threading/CMakeLists.txt b/test/Threading/CMakeLists.txt
index da012d5..6071a9c 100644
--- a/test/Threading/CMakeLists.txt
+++ b/test/Threading/CMakeLists.txt
@@ -2,5 +2,5 @@ astscf_component_init(SimpleWorkQueueTest)
 astscf_component_add_files(SimpleWorkQueueTest SimpleWorkQueueTest.cpp)
 astscf_component_add_boost_libraries(SimpleWorkQueueTest unit_test_framework)
 astscf_component_build_standalone(SimpleWorkQueueTest)
-target_link_libraries(SimpleWorkQueueTest logging-client astscf-util-cpp)
+target_link_libraries(SimpleWorkQueueTest LoggingClient astscf-util-cpp)
 astscf_test_boost(SimpleWorkQueueTest)

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


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



More information about the asterisk-scf-commits mailing list