[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Sep 15 08:37:33 CDT 2010
branch "master" has been updated
via 64dfa5dda9cf5bc5c559a2c57590487ea5f68d40 (commit)
from f5a0579ebe4ae136ca4d9c2a9f13a8ac09aaf839 (commit)
Summary of changes:
CMakeLists.txt | 2 +-
cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
mode change 100755 => 100644 test/CMakeLists.txt
- Log -----------------------------------------------------------------
commit 64dfa5dda9cf5bc5c559a2c57590487ea5f68d40
Author: David M. Lee <dlee at digium.com>
Date: Tue Sep 14 16:36:43 2010 -0500
Updated to a cleaned up version of cmake scripts.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70a39e5..e9a9d68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ if(NOT integrated_build STREQUAL "true")
cmake_minimum_required(VERSION 2.6)
# Include common Hydra build infrastructure
- include(cmake/Hydra_v4.cmake)
+ include(cmake/AsteriskSCF.cmake)
# This project is C++ based and requires a minimum of 3.4
hydra_project("bridging service" 3.4 CXX)
diff --git a/cmake b/cmake
index 2359fc7..364040a 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit 2359fc71589a0d868be966de0011f2fe242d504d
+Subproject commit 364040aa2e2252eb07d896dc98eee1d2362f56e9
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
old mode 100755
new mode 100644
-----------------------------------------------------------------------
--
asterisk-scf/integration/bridging.git
More information about the asterisk-scf-commits
mailing list