X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=cmake%2Fdependencies.cmake;h=9246eaacb3c217cc909d602a17b38fc894da18d1;hb=21773137da4cce358713ef3bdc6296a3131849a6;hp=e8bbb3e9059d661bf9bf5143c62e18046f2e2a84;hpb=5256c0bbf5e58cc208fb4e2273d324cbeb0f25a9;p=clitk.git diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake index e8bbb3e..9246eaa 100644 --- a/cmake/dependencies.cmake +++ b/cmake/dependencies.cmake @@ -44,6 +44,7 @@ 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") + INCLUDE_DIRECTORIES(${LIBSTATGRAB}/../include) SET(CLITK_MEMORY_INFO ON) ENDIF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND") #=========================================================