summaryrefslogtreecommitdiffstats
path: root/Modules/FindTIFF.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindTIFF.cmake')
-rw-r--r--Modules/FindTIFF.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindTIFF.cmake b/Modules/FindTIFF.cmake
index 46b55eb..954e09b 100644
--- a/Modules/FindTIFF.cmake
+++ b/Modules/FindTIFF.cmake
@@ -15,6 +15,7 @@ FIND_PATH(TIFF_INCLUDE_DIR tiff.h
)
FIND_LIBRARY(TIFF_LIBRARY tiff
+ /usr/lib64
/usr/lib
/usr/local/lib
)