[asterisk-scf-commits] asterisk-scf/integration/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Oct 7 16:47:33 CDT 2010
branch "master" has been updated
via 7e2d06d24727f35f9f92d81278209d10c09c935d (commit)
from d6c7c8c4a4bf3a254ea2b6d9a4f1fffe2fcf530b (commit)
Summary of changes:
src/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7e2d06d24727f35f9f92d81278209d10c09c935d
Author: Mark Michelson <mmichelson at digium.com>
Date: Thu Oct 7 16:50:20 2010 -0500
Comment out the hydra_component_install line so cmake doesn't complain when trying to build.
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 06f770f..6c41748 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -36,4 +36,4 @@ hydra_component_build_icebox(BasicRoutingService)
target_link_libraries(BasicRoutingService ${LUA_LIBRARIES})
target_link_libraries(BasicRoutingService logging-client)
-hydra_component_install(BasicRoutingService RUNTIME bin "Basic Routing Service" Core)
+#hydra_component_install(BasicRoutingService RUNTIME bin "Basic Routing Service" Core)
-----------------------------------------------------------------------
--
asterisk-scf/integration/routing.git
More information about the asterisk-scf-commits
mailing list