]> Creatis software - crea.git/blobdiff - cmake/InstallLibraryForCMake_LibraryConfig.cmake.in
*** empty log message ***
[crea.git] / cmake / InstallLibraryForCMake_LibraryConfig.cmake.in
index d442bd2206b883dc8f55abc13db1f81bfe95a963..fb641d2e56cbb238bfbade359e55e9f66f2623cc 100644 (file)
@@ -2,7 +2,7 @@
 #
 # @LIBRARY_NAME@Config.cmake - CMake configuration file for external projects.
 # This file was automatically generated by the cmake macro 
-# crea_INSTALL_LIBRARY_FOR_CMAKE of the package crea
+# CREA_INSTALL_LIBRARY_FOR_CMAKE of the package CREA
 #
 # This file is configured by cmake and used by the
 # Use@LIBRARY_NAME@.cmake module to load the lib settings 
@@ -103,7 +103,7 @@ SET(@LIBRARY_NAME@_BUILD_SETTINGS_FILE
 SET(@LIBRARY_NAME@_LIBRARIES @CILC_LIB_LIBRARIES@)
 
 # Messages
-IF(crea_VERBOSE_FIND_LIBRARY)
+IF(CREA_VERBOSE_CMAKE)
   MESSAGE(STATUS "Looking for @LIBRARY_NAME@... found - configuration :")
   MESSAGE(STATUS "* @LIBRARY_NAME@_DIR          = ${@LIBRARY_NAME@_DIR}")
   MESSAGE(STATUS "* @LIBRARY_NAME@_VERSION      = ${@LIBRARY_NAME@_VERSION}")
@@ -112,15 +112,15 @@ IF(crea_VERBOSE_FIND_LIBRARY)
   MESSAGE(STATUS "* @LIBRARY_NAME@_INCLUDE_DIRS = ${@LIBRARY_NAME@_INCLUDE_DIRS}")
   MESSAGE(STATUS "* @LIBRARY_NAME@_LIBRARY_DIRS = ${@LIBRARY_NAME@_LIBRARY_DIRS}")
   MESSAGE(STATUS "* @LIBRARY_NAME@_LIBRARIES    = ${@LIBRARY_NAME@_LIBRARIES}")
-ENDIF(crea_VERBOSE_FIND_LIBRARY)
+ENDIF(CREA_VERBOSE_CMAKE)
 
 # Does the library has an additional config file (user provided) ?
 SET(@LIBRARY_NAME@_HAS_ADDITIONAL_CONFIG_FILE @CILC_LIB_HAS_ADDITIONAL_CONFIG_FILE@)
 
 IF (@LIBRARY_NAME@_HAS_ADDITIONAL_CONFIG_FILE)
-  IF(crea_VERBOSE_FIND_LIBRARY)
+  IF(CREA_VERBOSE_CMAKE)
     MESSAGE(STATUS "Reading @LIBRARY_NAME@ additional configuration file")
-  ENDIF(crea_VERBOSE_FIND_LIBRARY)
+  ENDIF(CREA_VERBOSE_CMAKE)
   # Include it
   INCLUDE(${@LIBRARY_NAME@_DIR}/Additional@LIBRARY_NAME@Config.cmake)
 ENDIF (@LIBRARY_NAME@_HAS_ADDITIONAL_CONFIG_FILE)