[asterisk-scf-commits] asterisk-scf/integration/ice-util-c++.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Oct 21 14:09:04 CDT 2010
branch "master" has been updated
via 7687b91d0b052f19f965158d48eeeecef8b62814 (commit)
from 97b2b95a6b4ece62007125b3cb62c67465ff4062 (commit)
Summary of changes:
ProxyWrapper/CMakeLists.txt | 2 +-
StateReplicator/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7687b91d0b052f19f965158d48eeeecef8b62814
Author: Joshua Colp <jcolp at digium.com>
Date: Thu Oct 21 12:07:47 2010 -0700
Remove the Hydra name.
diff --git a/ProxyWrapper/CMakeLists.txt b/ProxyWrapper/CMakeLists.txt
index c5eb2ce..1667914 100644
--- a/ProxyWrapper/CMakeLists.txt
+++ b/ProxyWrapper/CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT integrated_build STREQUAL "true")
# Minimum we require is 2.6
cmake_minimum_required(VERSION 2.6)
- # Include common Hydra build infrastructure. Make sure your submodules are pulled.
+ # Include common Asterisk SCF build infrastructure. Make sure your submodules are pulled.
include(cmake/AsteriskSCF.cmake)
# This project is C++ based and requires a minimum of 3.4 of Ice.
diff --git a/StateReplicator/CMakeLists.txt b/StateReplicator/CMakeLists.txt
index 467e7b9..174c6df 100644
--- a/StateReplicator/CMakeLists.txt
+++ b/StateReplicator/CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT integrated_build STREQUAL "true")
# Minimum we require is 2.6
cmake_minimum_required(VERSION 2.6)
- # Include common Hydra build infrastructure. Make sure your submodules are pulled.
+ # Include common Asterisk SCF build infrastructure. Make sure your submodules are pulled.
include(cmake/AsteriskSCF.cmake)
# This project is C++ based and requires a minimum of 3.4 of Ice.
-----------------------------------------------------------------------
--
asterisk-scf/integration/ice-util-c++.git
More information about the asterisk-scf-commits
mailing list