[mlpack-git] master: Remove subfolders from the CMake file that doesn't contain a CMakeLists.txt file. (be6fe1f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sat Aug 29 09:52:19 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/459b7fece612ce048a922503bba1eb3626807cbb...be6fe1f5cebdce38935cf2a5b628fb3196578dc7

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

commit be6fe1f5cebdce38935cf2a5b628fb3196578dc7
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Sat Aug 29 15:52:14 2015 +0200

    Remove subfolders from the CMake file that doesn't contain a CMakeLists.txt file.


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

be6fe1f5cebdce38935cf2a5b628fb3196578dc7
 src/mlpack/methods/ann/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/methods/ann/CMakeLists.txt b/src/mlpack/methods/ann/CMakeLists.txt
index b3aa79e..8389fd7 100644
--- a/src/mlpack/methods/ann/CMakeLists.txt
+++ b/src/mlpack/methods/ann/CMakeLists.txt
@@ -15,10 +15,8 @@ endforeach()
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 
 add_subdirectory(activation_functions)
-add_subdirectory(convolution_rules)
 add_subdirectory(init_rules)
 add_subdirectory(layer)
 add_subdirectory(optimizer)
 add_subdirectory(performance_functions)
 add_subdirectory(trainer)
-add_subdirectory(pooling_rules)



More information about the mlpack-git mailing list