]> Creatis software - clitk.git/commitdiff
cmake libstatgrab issue back to normal
authorGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Tue, 27 Mar 2012 15:42:57 +0000 (17:42 +0200)
committerGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Tue, 27 Mar 2012 15:42:57 +0000 (17:42 +0200)
cmake/dependencies.cmake

index 75319ecf0790409273ddcd1bfc5917758b14426d..e8bbb3e9059d661bf9bf5143c62e18046f2e2a84 100644 (file)
@@ -44,9 +44,6 @@ IF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND")
 #  MESSAGE("Install libstatgrab (http://www.i-scream.org/libstatgrab/) for memory usage information")
   SET(CLITK_MEMORY_INFO OFF)
 ELSE (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND")
-  LINK_DIRECTORIES(${LIBSTATGRAB}/../lib)
-  LINK_DIRECTORIES(${LIBSTATGRAB}/../lib64)
-  INCLUDE_DIRECTORIES(${LIBSTATGRAB}/../include)
   SET(CLITK_MEMORY_INFO ON)
 ENDIF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND")  
 #=========================================================