[mlpack-svn] r12043 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Mar 26 16:01:29 EDT 2012


Author: rcurtin
Date: 2012-03-26 16:01:28 -0400 (Mon, 26 Mar 2012)
New Revision: 12043

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Artifact from pthreads which isn't used anymore.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-03-26 19:59:57 UTC (rev 12042)
+++ mlpack/trunk/CMakeLists.txt	2012-03-26 20:01:28 UTC (rev 12043)
@@ -131,9 +131,6 @@
 include_directories(${ARMADILLO_INCLUDE_DIRS})
 include_directories(${LIBXML2_INCLUDE_DIR})
 
-# Pthreads may have a compiler definition.
-add_definitions(${PTHREADS_DEFINITIONS})
-
 # Unfortunately this configuration variable is necessary and will need to be
 # updated as time goes on and new versions are released.
 set(Boost_ADDITIONAL_VERSIONS




More information about the mlpack-svn mailing list