[mlpack-svn] [MLPACK] #186: CMake copies svn artifacts into include/

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Jan 23 12:17:28 EST 2012


#186: CMake copies svn artifacts into include/
--------------------------+-------------------------------------------------
 Reporter:  rcurtin       |        Owner:  rcurtin                             
     Type:  defect        |       Status:  new                                 
 Priority:  trivial       |    Milestone:  mlpack 1.0.1                        
Component:  build system  |     Keywords:  cmake include regex copy header glob
 Blocking:                |   Blocked By:                                      
--------------------------+-------------------------------------------------
 The issue is with this snippet, from src/mlpack/CMakeLists.txt:

 {{{
 file(GLOB_RECURSE INCLUDE_H_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
 *.h)
 file(GLOB_RECURSE INCLUDE_HPP_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
 *.hpp)
 set(INCLUDE_FILES ${INCLUDE_H_FILES} ${INCLUDE_HPP_FILES})
 }}}

 For some reason, that picks up .svn files, and they end up getting copied
 too, which isn't what should be happening.

-- 
Ticket URL: <https://trac.research.cc.gatech.edu/fastlab/ticket/186>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list