[mlpack-git] master, mlpack-1.0.x: Bump minimum required Boost version to 1.49 for boost.heap. (1a25a36)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:51:23 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 1a25a36d2247882e7dc01336ef61078184427f8e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 7 11:22:36 2014 +0000

    Bump minimum required Boost version to 1.49 for boost.heap.


>---------------------------------------------------------------

1a25a36d2247882e7dc01336ef61078184427f8e
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe606d1..13cd8fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -171,7 +171,7 @@ include_directories(${LIBXML2_INCLUDE_DIR})
 # updated as time goes on and new versions are released.
 set(Boost_ADDITIONAL_VERSIONS
   "1.49.0" "1.50.0" "1.51.0" "1.52.0" "1.53.0" "1.54.0" "1.55.0")
-find_package(Boost
+find_package(Boost 1.49
     COMPONENTS
       program_options
       unit_test_framework



More information about the mlpack-git mailing list