]> Creatis software - clitk.git/commitdiff
INCLUDE_DIRECTORIES(${LIBSTATGRAB}/../include) added to find statgrab.h
authorGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Wed, 29 Feb 2012 13:38:23 +0000 (14:38 +0100)
committerGauthier Bouilhol <bouilhol@creatis.insa-lyon.fr>
Wed, 29 Feb 2012 13:38:23 +0000 (14:38 +0100)
after make install of libstatgrab

cmake/dependencies.cmake

index e8bbb3e9059d661bf9bf5143c62e18046f2e2a84..9246eaacb3c217cc909d602a17b38fc894da18d1 100644 (file)
@@ -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")  
 #=========================================================