[mlpack-svn] r11256 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jan 23 12:39:16 EST 2012


Author: rcurtin
Date: 2012-01-23 12:39:15 -0500 (Mon, 23 Jan 2012)
New Revision: 11256

Modified:
   mlpack/trunk/src/mlpack/CMakeLists.txt
Log:
Wait, it's not an ugly hack anymore (it was before, then I changed it and forgot
to remove the comment).


Modified: mlpack/trunk/src/mlpack/CMakeLists.txt
===================================================================
--- mlpack/trunk/src/mlpack/CMakeLists.txt	2012-01-23 17:38:43 UTC (rev 11255)
+++ mlpack/trunk/src/mlpack/CMakeLists.txt	2012-01-23 17:39:15 UTC (rev 11256)
@@ -61,7 +61,7 @@
 # but I think we can just hope that they haven't.  At least, an auto-builder
 # won't do that...
 install(DIRECTORY ${CMAKE_BINARY_DIR}/bin/
-  DESTINATION bin # ugly hack!
+  DESTINATION bin
   USE_SOURCE_PERMISSIONS
   COMPONENT mlpack
   FILES_MATCHING




More information about the mlpack-svn mailing list