[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "boostctl" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Dec 3 15:58:53 CST 2010
branch "boostctl" has been updated
via 8aef811fcaf14481c6b6ce937f9f2419c517e28d (commit)
from 49ea9e7b11cb0b2d5d435a0452bd5a26633f0a71 (commit)
Summary of changes:
client/test/CMakeLists.txt | 4 ++--
server/test/CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 8aef811fcaf14481c6b6ce937f9f2419c517e28d
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Dec 3 15:56:50 2010 -0600
Rely on default boost macro defs from AsteriskSCF.cmake
diff --git a/client/test/CMakeLists.txt b/client/test/CMakeLists.txt
index 08a5e0c..e52affb 100644
--- a/client/test/CMakeLists.txt
+++ b/client/test/CMakeLists.txt
@@ -17,7 +17,7 @@ asterisk_scf_component_add_file(logging-client-test LogBuf-test.cpp)
asterisk_scf_component_add_file(logging-client-test IceConfigurator-test.cpp)
asterisk_scf_component_add_file(logging-client-test client-test.cpp)
-asterisk_scf_component_add_boost_libraries(logging-client-test unit_test_framework -DBOOST_TEST_DYN_LINK)
+asterisk_scf_component_add_boost_libraries(logging-client-test unit_test_framework)
asterisk_scf_component_add_slice(logging-client-test LoggerIf)
asterisk_scf_component_add_slice(logging-client-test ServiceLocatorIf)
@@ -32,7 +32,7 @@ asterisk_scf_component_init(scf-log CXX)
asterisk_scf_component_add_file(scf-log scf-log.cpp)
asterisk_scf_component_add_slice(scf-log LoggerIf)
-asterisk_scf_component_add_boost_libraries(scf-log program_options -DBOOST_ALL_DYN_LINK)
+asterisk_scf_component_add_boost_libraries(scf-log program_options)
asterisk_scf_component_build_standalone(scf-log)
target_link_libraries(scf-log logging-client)
diff --git a/server/test/CMakeLists.txt b/server/test/CMakeLists.txt
index 377e20f..62a4b9d 100644
--- a/server/test/CMakeLists.txt
+++ b/server/test/CMakeLists.txt
@@ -16,7 +16,7 @@ asterisk_scf_component_add_slice(logging-service-test LoggerIf)
asterisk_scf_component_add_file(logging-service-test LoggingServer-test.cpp)
asterisk_scf_component_add_file(logging-service-test server-test.cpp)
-asterisk_scf_component_add_boost_libraries(logging-service-test unit_test_framework -DBOOST_TEST_DYN_LINK)
+asterisk_scf_component_add_boost_libraries(logging-service-test unit_test_framework)
asterisk_scf_component_build_standalone(logging-service-test)
-----------------------------------------------------------------------
--
asterisk-scf/integration/logger.git
More information about the asterisk-scf-commits
mailing list