Skip to content
Snippets Groups Projects
Commit 36e88e09 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Support for libtiff 4.0 in this branch

parent 7cd1ed35
No related branches found
No related tags found
No related merge requests found
set(PYTHON_BINARY "/usr/bin/python2" CACHE PATH "")
set(TIFF_LIBRARY "${OST_LOCAL_LIBS}/lib/libtiff.so" CACHE PATH "")
set(TIFF_INCLUDE_DIR "${OST_LOCAL_LIBS}/include/" CACHE PATH "")
......@@ -2,5 +2,3 @@ set(PYTHON_BINARY "/usr/bin/python2" CACHE PATH "")
set(ZLIB_LIBRARY "/usr/lib/libz.a" CACHE PATH "")
set(PNG_LIBRARY "/usr/lib/libpng12.a" CACHE PATH "")
set(FFTW_LIBRARIES "/usr/lib/libfftw3f.a" CACHE PATH "")
set(TIFF_LIBRARY "${OST_LOCAL_LIBS}/lib/libtiff.a" CACHE PATH "")
set(TIFF_INCLUDE_DIR "${OST_LOCAL_LIBS}/include/" CACHE PATH "")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment