[mlpack-git] master: Add arma_config.hpp so that it gets installed. (1352c1d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Apr 27 11:51:10 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cc153b08485286b98d9187bc8296d60fa5b2cd0f...1352c1d37a82b0454df6bd1385734b5965c54002

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

commit 1352c1d37a82b0454df6bd1385734b5965c54002
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Apr 27 11:50:38 2015 -0400

    Add arma_config.hpp so that it gets installed.


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

1352c1d37a82b0454df6bd1385734b5965c54002
 src/mlpack/core/util/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core/util/CMakeLists.txt b/src/mlpack/core/util/CMakeLists.txt
index e410351..c700a55 100644
--- a/src/mlpack/core/util/CMakeLists.txt
+++ b/src/mlpack/core/util/CMakeLists.txt
@@ -1,6 +1,7 @@
 # Define the files we need to compile.
 # Anything not in this list will not be compiled into MLPACK.
 set(SOURCES
+  arma_config.hpp
   arma_config_check.hpp
   cli.hpp
   cli.cpp



More information about the mlpack-git mailing list