[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 8 12:34:16 CDT 2011


branch "windows-64bit-build" has been updated
       via  8f12246f388d2d5a0088a571f16376a699633d29 (commit)
      from  eb948621a8eb9230ccb5fb3421a4406c4fd5d007 (commit)

Summary of changes:
 AsteriskSCF.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 8f12246f388d2d5a0088a571f16376a699633d29
Author: Brent Eagles <beagles at digium.com>
Date:   Fri Apr 8 15:03:50 2011 -0230

    Add versions to provide more widespread support.

diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 8c9e629..fe841df 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -295,7 +295,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.46.1")
+        set(Boost_ADDITIONAL_VERSIONS "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/integration/cmake.git



More information about the asterisk-scf-commits mailing list