[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
Tue May 22 13:58:38 CDT 2012
branch "master" has been updated
via 507b25e4587c093df162505572d8f80e9bc42eac (commit)
via 33e1488a173f203cee2987004974be78992b7291 (commit)
from f3f93789f9582e95f399d95920d5e91da2df349d (commit)
Summary of changes:
cmake/AsteriskSCF.cmake | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 507b25e4587c093df162505572d8f80e9bc42eac
Merge: f3f9378 33e1488
Author: David M. Lee <dlee at digium.com>
Date: Wed May 16 10:59:31 2012 -0500
Merge ../cmake
commit 33e1488a173f203cee2987004974be78992b7291
Author: David M. Lee <dlee at digium.com>
Date: Wed May 16 10:57:54 2012 -0500
Increase MIN_BOOST_VERSION to 1.42.
New context code uses Boost's UUID generator; introduced in Boost 1.42.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index b4df864..470d5f1 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -54,7 +54,7 @@
# users of the script) should have a '__' prefix.
#
-set(MIN_BOOST_VERSION 1.40)
+set(MIN_BOOST_VERSION 1.42)
set(TEST_TIMEOUT_SEC 90)
# CMake mistakenly thinks that GCC on OS X doesn't support -isystem.
@@ -452,8 +452,8 @@ function(astscf_project NAME ICE_VERSION)
# Boost is required
# Only specify those versions that are not "known" by default for
# the oldest version of CMake supported.
- #
- set(Boost_ADDITIONAL_VERSIONS "1.44" "1.44.0" "1.45" "1.45.0" "1.46" "1.46.0" "1.46.1")
+ set(Boost_ADDITIONAL_VERSIONS "1.44" "1.44.0" "1.45" "1.45.0" "1.46" "1.46.0"
+ "1.46.1" "1.47" "1.47.0" "1.48" "1.48.0" "1.49" "1.49.0")
find_package(Boost ${MIN_BOOST_VERSION} REQUIRED)
set(Boost_CORE_FOUND "bazinga" PARENT_SCOPE)
set(Boost_CORE_FOUND "bazinga")
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list