]> Creatis software - clitk.git/blobdiff - cmake/dependencies.cmake
cmake libstatgrab issue back to normal
[clitk.git] / 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")  
 #=========================================================