[mlpack-svn] r13382 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Aug 10 15:35:10 EDT 2012


Author: rcurtin
Date: 2012-08-10 15:35:10 -0400 (Fri, 10 Aug 2012)
New Revision: 13382

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Seeming error; we just want the path, not the absolute filename.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-08-09 18:40:07 UTC (rev 13381)
+++ mlpack/trunk/CMakeLists.txt	2012-08-10 19:35:10 UTC (rev 13382)
@@ -120,7 +120,7 @@
         include directory or the LibXml2 include directory.")
   endif (NOT ICONV_HEADER)
   # Add the directory containing iconv.h to the include directories.
-  get_filename_component(ICONV_H_DIR ${ICONV_HEADER} ABSOLUTE)
+  get_filename_component(ICONV_H_DIR ${ICONV_HEADER} PATH)
   include_directories(${ICONV_H_DIR})
 
   # Reset suffixes.




More information about the mlpack-svn mailing list