]> Creatis software - clitk.git/commitdiff
LINK_DIRECTORIES(${LIBSTATGRAB}/../lib) and
authorGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Wed, 29 Feb 2012 16:25:39 +0000 (17:25 +0100)
committerGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Wed, 29 Feb 2012 16:25:39 +0000 (17:25 +0100)
LINK_DIRECTORIES(${LIBSTATGRAB}/../lib64) added

cmake/dependencies.cmake

index 9246eaacb3c217cc909d602a17b38fc894da18d1..75319ecf0790409273ddcd1bfc5917758b14426d 100644 (file)
@@ -44,6 +44,8 @@ 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")