[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Apr 21 13:57:16 CDT 2011
branch "master" has been updated
via d5da796c0242e9fe5e93145a398e38199c173220 (commit)
from a6ac4e1250366094c75509ff261fd4c45a499745 (commit)
Summary of changes:
AsteriskSCF.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d5da796c0242e9fe5e93145a398e38199c173220
Author: Brent Eagles <beagles at digium.com>
Date: Thu Apr 21 16:26:29 2011 -0230
It appears, that in my cmake on Windows at least, that the FindBoost does not
automatically look for 1.44 versions of Boost. I've added the appropriate entries.
diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 8eab9ad..b6c3c4f 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -299,7 +299,7 @@ function(find_Boost_library LIBRARY)
# Only specify those versions that are not "known" by default for
# the oldest version of cmake supported.
#
- set(Boost_ADDITIONAL_VERSIONS "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")
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/release/cmake.git
More information about the asterisk-scf-commits
mailing list