# # 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}
#
# * ${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}
#
# 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/