]> Creatis software - crea.git/blobdiff - cmake/InstallLibraryForCMake_UseLibrary.cmake.in
*** empty log message ***
[crea.git] / cmake / InstallLibraryForCMake_UseLibrary.cmake.in
index 5d51633378eddb6189809eed20e4ae043c85c026..6865c2ab6fe7b191998af95b0f762ca16d16e2dc 100644 (file)
@@ -3,9 +3,9 @@
 # This should be included only when Find@LIBRARY_NAME@.cmake sets 
 # the @LIBRARY_NAME@_USE_FILE variable to point here.
 
-IF(crea_VERBOSE_FIND_LIBRARY)
+IF(CREA_VERBOSE_CMAKE)
   MESSAGE(STATUS "Using @LIBRARY_NAME@")
-ENDIF(crea_VERBOSE_FIND_LIBRARY)
+ENDIF(CREA_VERBOSE_CMAKE)
 
 # Load the compiler settings used for @LIBRARY_NAME@.
 IF(@LIBRARY_NAME@_BUILD_SETTINGS_FILE)