[mlpack-git] master: Add boost::serialization to dependencies. (3e43461)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Jul 10 18:59:14 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/4a97187bbba7ce8a6191b714949dd818ef0f37d2...e5905e62c15d1bcff21e6359b11efcd7ab6d7ca0

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

commit 3e43461901930e2c69e2204304fbd853a5722a74
Author: ryan <ryan at ratml.org>
Date:   Wed Apr 15 14:52:35 2015 -0400

    Add boost::serialization to dependencies.


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

3e43461901930e2c69e2204304fbd853a5722a74
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d4002d..367e3ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -223,6 +223,7 @@ find_package(Boost 1.49
     COMPONENTS
       program_options
       unit_test_framework
+      serialization
     REQUIRED
 )
 include_directories(${Boost_INCLUDE_DIRS})



More information about the mlpack-git mailing list