diff options
Diffstat (limited to 'Modules/FindLibArchive.cmake')
-rw-r--r-- | Modules/FindLibArchive.cmake | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Modules/FindLibArchive.cmake b/Modules/FindLibArchive.cmake index be931c5..471a4f1 100644 --- a/Modules/FindLibArchive.cmake +++ b/Modules/FindLibArchive.cmake @@ -1,10 +1,17 @@ -# - Find libarchive library and headers +#.rst: +# FindLibArchive +# -------------- +# +# Find libarchive library and headers +# # The module defines the following variables: # -# LibArchive_FOUND - true if libarchive was found -# LibArchive_INCLUDE_DIRS - include search path -# LibArchive_LIBRARIES - libraries to link -# LibArchive_VERSION - libarchive 3-component version number +# :: +# +# LibArchive_FOUND - true if libarchive was found +# LibArchive_INCLUDE_DIRS - include search path +# LibArchive_LIBRARIES - libraries to link +# LibArchive_VERSION - libarchive 3-component version number #============================================================================= # Copyright 2010 Kitware, Inc. |