[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Apr 26 13:38:52 CDT 2011
branch "master" has been updated
via fd891bdc0b102fa187af0d4f44c24b1ded09c590 (commit)
from de1c49f45105d4a62b9572f8bf4efbf8c718933c (commit)
Summary of changes:
CMakeLists.txt | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit fd891bdc0b102fa187af0d4f44c24b1ded09c590
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Mon Apr 25 17:47:04 2011 -0500
Changes to work with new single-build-directory CMake script.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7eb22fb..7542ebb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,9 +17,6 @@ if(NOT integrated_build STREQUAL "true")
# are pulled.
include(cmake/AsteriskSCF.cmake)
- # This project is C++ based and requires a minimum of 3.4 of Ice.
- asterisk_scf_project(SipSessionManager 3.4 CXX)
-
# Include pjproject build integration
include(cmake/modules/pjproject.cmake)
pjproject_build(pjlib)
@@ -37,5 +34,7 @@ if(NOT integrated_build STREQUAL "true")
add_subdirectory(logger)
endif()
+asterisk_scf_project(SipSessionManager 3.4)
+
add_subdirectory(src)
add_subdirectory(test)
-----------------------------------------------------------------------
--
asterisk-scf/release/sip.git
More information about the asterisk-scf-commits
mailing list