diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
commit | a519c29e93de84e949ac308831160102cc733e59 (patch) | |
tree | 9ff6075071ef555568910bd2a42dcac0b57d25e6 /attic/modules/FindExiv2.cmake | |
parent | 381c44c1f4d894512c61c1fbded0a4ea4d872b81 (diff) | |
download | extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.gz extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.bz2 |
Fix minor EBN issues
Diffstat (limited to 'attic/modules/FindExiv2.cmake')
-rw-r--r-- | attic/modules/FindExiv2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/modules/FindExiv2.cmake b/attic/modules/FindExiv2.cmake index 770b3c65..2c4cbb7e 100644 --- a/attic/modules/FindExiv2.cmake +++ b/attic/modules/FindExiv2.cmake @@ -13,7 +13,7 @@ # The minimum required version of Exiv2 can be specified using the # standard syntax, e.g. find_package(Exiv2 0.17) # -# For compatiblity, also the variable EXIV2_MIN_VERSION can be set to the minimum version +# For compatibility, also the variable EXIV2_MIN_VERSION can be set to the minimum version # you need before doing FIND_PACKAGE(Exiv2). The default is 0.12. # Copyright (c) 2010, Alexander Neundorf, <neundorf@kde.org> |