[mlpack-svn] r16767 - mlpack/trunk
fastlab-svn at coffeetalk-1.cc.gatech.edu
fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 7 07:22:36 EDT 2014
Author: rcurtin
Date: Mon Jul 7 07:22:36 2014
New Revision: 16767
Log:
Bump minimum required Boost version to 1.49 for boost.heap.
Modified:
mlpack/trunk/CMakeLists.txt
Modified: mlpack/trunk/CMakeLists.txt
==============================================================================
--- mlpack/trunk/CMakeLists.txt (original)
+++ mlpack/trunk/CMakeLists.txt Mon Jul 7 07:22:36 2014
@@ -171,7 +171,7 @@
# 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-svn
mailing list