[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Oct 14 18:21:08 CDT 2010


branch "master" has been updated
       via  c619f48659b5567154a0d3ecbe22a74054111f5b (commit)
      from  6e2be9271b1897120ff6dc979de190f51e0a4d98 (commit)

Summary of changes:
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit c619f48659b5567154a0d3ecbe22a74054111f5b
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Oct 14 18:21:50 2010 -0500

    Replacing references to project's old internal code name.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9fd563..a03abc8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,11 +9,11 @@ set(integrated_build true)
 # Include pjproject build integration
 include(${CMAKE_SOURCE_DIR}/cmake/modules/pjproject.cmake)
 
-# Include common Hydra build infrastructure
+# Include common AsteriskSCF build infrastructure
 include(${CMAKE_SOURCE_DIR}/cmake/AsteriskSCF.cmake)
 
 # This project is C++ based and requires a minimum of 3.4
-hydra_project("Asterisk SCF" 3.4 CXX)
+asterisk_scf_project("Asterisk SCF" 3.4 CXX)
 
 # Add build targets for what we will need to link against
 pjproject_build(pjlib)

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


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list