]> Creatis software - crea.git/blobdiff - CMakeLists.txt
* creaNewProject template_lib updated
[crea.git] / CMakeLists.txt
index 609d97710e61fe34f199f7608f1c1d0764fb7bbb..85de6e08a54fb13218fb412ff13f812da740f390 100644 (file)
@@ -49,7 +49,7 @@ ENDIF(BUILD_SAMPLES)
 #-----------------------------------------------------------------------------
 # Code installing the files needed to find the library
 # with the cmake command FIND_PACKAGE
-# Uses CREA_ADVANCED_INSTALL_LIBRARY macro
+# Uses CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE macro
 #-----------------------------------------------------------------------------
 
 #-----------------------------------------------------------------------------
@@ -91,5 +91,5 @@ SET(${LIBRARY_NAME}_ADDITIONAL_USE_FILE
   ${PROJECT_SOURCE_DIR}/AdditionalUsecrea.cmake.in)
 
 # Invoke the macro
-CREA_ADVANCED_INSTALL_LIBRARY(${LIBRARY_NAME})
+CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE(${LIBRARY_NAME})
 #-----------------------------------------------------------------------------