use system KLT library if available

This commit is contained in:
Dan Horák
2017-01-02 14:13:00 +01:00
parent 6f33c1af74
commit 094678885c
3 changed files with 83 additions and 3 deletions

View File

@@ -256,6 +256,7 @@ find_package (JPEG REQUIRED)
find_package (PNG REQUIRED)
find_package (TIFF REQUIRED)
find_package (ZLIB REQUIRED)
find_package (KLT)
# link witz bzip
if (WITH_BZIP)