diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2020-06-24 08:06:30 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2020-06-24 08:07:01 +0200 |
commit | f958ca76eee7192e766621b1a1ce816eadf5075a (patch) | |
tree | 98f3a71db415154d83d4404f44ceebd3e914a0fb /find-modules | |
parent | 3830dde78f9bde7ebe01fddca49d5806d4e52bea (diff) | |
download | extra-cmake-modules-f958ca76eee7192e766621b1a1ce816eadf5075a.tar.gz extra-cmake-modules-f958ca76eee7192e766621b1a1ce816eadf5075a.tar.bz2 |
Fix the ECM doc generation
Without this simple space, FindTaglib doesn't appear on
the generated ecm-find-modules.7.html page.
Diffstat (limited to 'find-modules')
-rw-r--r-- | find-modules/FindTaglib.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindTaglib.cmake b/find-modules/FindTaglib.cmake index 1e1b9075..40c5ca24 100644 --- a/find-modules/FindTaglib.cmake +++ b/find-modules/FindTaglib.cmake @@ -1,6 +1,6 @@ #.rst: # FindTaglib -#----------- +# ---------- # # Try to find the Taglib library. # |