diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-12-13 16:22:20 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-12-13 16:22:20 +0000 |
commit | 7cd7dc2f7e8aacbd6722bba5a525714f9337c9f6 (patch) | |
tree | 81deaa1320fa03824184b3aa87434cd4c1ecd3ac | |
parent | 177ccd75bcd6c579311b0e8e0bf9f5e4c565f9da (diff) | |
download | extra-cmake-modules-7cd7dc2f7e8aacbd6722bba5a525714f9337c9f6.tar.gz extra-cmake-modules-7cd7dc2f7e8aacbd6722bba5a525714f9337c9f6.tar.bz2 |
-also use the "NAMES" keyword
Alex
svn path=/trunk/KDE/kdelibs/; revision=1062039
-rw-r--r-- | modules/FindExiv2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindExiv2.cmake b/modules/FindExiv2.cmake index 9306f5b8..bf8220cc 100644 --- a/modules/FindExiv2.cmake +++ b/modules/FindExiv2.cmake @@ -57,7 +57,7 @@ else (EXIV2_INCLUDE_DIR AND EXIV2_LIBRARIES) if(EXIV2_VERSION_GOOD_FOUND) set(EXIV2_DEFINITIONS ${_EXIV2Cflags}) - find_path(EXIV2_INCLUDE_DIR exiv2/exif.hpp + find_path(EXIV2_INCLUDE_DIR NAMES exiv2/exif.hpp HINTS ${_EXIV2IncDir} ) |