[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
Fri Jan 7 21:48:11 UTC 2011
branch "master" has been updated
via 19d75a5ff7ec131b766ab37bc3eaf79b5e810a51 (commit)
from 30551b9c89dd5effc973e8f64096cfd19e6925a4 (commit)
Summary of changes:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 19d75a5ff7ec131b766ab37bc3eaf79b5e810a51
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Fri Jan 7 15:48:08 2011 -0600
It is no longer necessary to specify a language to asterisk_scf_project().
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afe652b..7610960 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/modules/pjproject.cmake)
include(${CMAKE_SOURCE_DIR}/cmake/AsteriskSCF.cmake)
# This project is C++ based and requires a minimum of Ice 3.4
-asterisk_scf_project("Asterisk SCF" 3.4 CXX)
+asterisk_scf_project("Asterisk SCF" 3.4)
# asterisk_scf_slice_plugins("SliceVisitorPattern:create")
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list