X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FCREAMacro_InstallLibraryForCMake.cmake;h=21877db79c9a9f705246591836db88c69c4ab58e;hb=849573af00f0997944cdc7d4c42365091cd17d13;hp=3eaf8169b0d027acddbb22e468ff72234ba05f50;hpb=17824854619941a12697fea8524f4218f9a14ef9;p=crea.git diff --git a/cmake/CREAMacro_InstallLibraryForCMake.cmake b/cmake/CREAMacro_InstallLibraryForCMake.cmake index 3eaf816..21877db 100644 --- a/cmake/CREAMacro_InstallLibraryForCMake.cmake +++ b/cmake/CREAMacro_InstallLibraryForCMake.cmake @@ -3,6 +3,8 @@ # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image # pour la Santé) # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil # # This software is governed by the CeCILL-B license under French law and # abiding by the rules of distribution of free software. You can use, @@ -285,7 +287,8 @@ MACRO(CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE LIBRARY_NAME) # JPR 04 Mars 2011 INSTALL( FILES ${CILC_WORK_DIR}/Find${LIBRARY_NAME}.cmake - DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules +##EED12Fev2013 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules + DESTINATION share/cmake/Modules )