[asterisk-scf-commits] asterisk-scf/integration/cmake.git branch "windows-64bit-build" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Apr 1 14:08:21 CDT 2011
branch "windows-64bit-build" has been updated
via 3dc095531a2a7254b4ee98be0fd20729fafcddc3 (commit)
from 3b1ab0477916bb632fc6dd6100063a63d841add6 (commit)
Summary of changes:
AsteriskSCF.cmake | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3dc095531a2a7254b4ee98be0fd20729fafcddc3
Author: Brent Eagles <beagles at digium.com>
Date: Fri Apr 1 16:26:37 2011 -0230
Removing what should be unnecessary Boost_ADDITIONAL_VERSIONS entries.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index c0c0ba9..1ebe7af 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -294,7 +294,11 @@ endfunction()
# Find a Boost library.
function(find_Boost_library LIBRARY)
if(NOT Boost_FOUND)
- set(Boost_ADDITIONAL_VERSIONS "1.40" "1.40.0" "1.41" "1.41.0" "1.42" "1.42.0" "1.44" "1.44.0" "1.45" "1.45.0" "1.46" "1.46.0" "1.46.1")
+ #
+ # Only specify those versions that are not "known" by default for
+ # the oldest version of cmake supported.
+ #
+ set(Boost_ADDITIONAL_VERSIONS "1.46.1")
find_package(Boost ${MIN_BOOST_VERSION})
if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost libraries v${MIN_BOOST_VERSION} or better not found")
-----------------------------------------------------------------------
--
asterisk-scf/integration/cmake.git
More information about the asterisk-scf-commits
mailing list