]> Creatis software - crea.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Mon, 29 Sep 2008 08:42:59 +0000 (08:42 +0000)
committerguigues <guigues>
Mon, 29 Sep 2008 08:42:59 +0000 (08:42 +0000)
cmake/CREAMacro_InstallLibrary.cmake

index 3dc3f8b43014993afbcd9e3c8ea846343e5e7008..e49eb76929b5363b74dab1a34006b2e5a3232b8a 100644 (file)
@@ -48,7 +48,7 @@
 #  #    A typical example is "include/${LIBRARY_NAME}"
 # * ${LIBRARY_NAME}_INSTALL_TREE_RELATIVE_LIBRARY_PATHS
 #    Like the previous var but for library paths.
-#    A typical example is ".."
+#    A typical example is "lib"
 # * ${LIBRARY_NAME}_LIBRARIES
 #    The list of libraries to link against when using ${LIBRARY_NAME}
 #
@@ -60,7 +60,7 @@
 # * ${LIBRARY_NAME}_MAJOR_VERSION
 # * ${LIBRARY_NAME}_MINOR_VERSION
 # * ${LIBRARY_NAME}_BUILD_VERSION
-# * ${LIBRARY_NAME}_INSTALL_FOLDER : if set then install the stuff 
+# * ${LIBRARY_NAME}_INSTALL_FOLDER : if set then install the generated files 
 #   in INSTALL_PREFIX/lib/${LIBRARY_NAME}_INSTALL_FOLDER 
 #   instead of INSTALL_PREFIX/lib/${LIBRARY_NAME}
 #
@@ -86,7 +86,7 @@
 #  AdditionalUse${LIBRARY_NAME}.cmake
 # 
 # At install-time, the same files are installed 
-# in INSTALL_PREFIX/lib/${LIBRARY_NAME}
+# in INSTALL_PREFIX/lib/${LIBRARY_NAME}_INSTALL_FOLDER 
 # and the file :
 #  Find${LIBRARY_NAME}.cmake
 # is installed in ${CMAKE_ROOT}/Modules/