[mlpack-svn] r13710 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Oct 15 19:35:01 EDT 2012


Author: rcurtin
Date: 2012-10-15 19:35:01 -0400 (Mon, 15 Oct 2012)
New Revision: 13710

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
This comment is no longer necessary.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-10-15 22:01:39 UTC (rev 13709)
+++ mlpack/trunk/CMakeLists.txt	2012-10-15 23:35:01 UTC (rev 13710)
@@ -164,6 +164,8 @@
   include_directories(${Boost_INCLUDE_DIRS})
 
 endif(Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 45)
+link_directories(${Boost_LIBRARY_DIRS})
+message(STATUS "libdir ${Boost_LIBRARY_DIRS} libs ${Boost_LIBRARIES} incldir ${Boost_INCLUDE_DIRS}")
 
 # On Windows, automatic linking is performed, so we don't need to worry about
 # it.  Clear the list of libraries to link against and let Visual Studio handle




More information about the mlpack-svn mailing list