Skip to content
Snippets Groups Projects
Commit 98b228be authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: wrong .lib file name for libtiff windows

parent 6c508f8f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ PNG_LIB = @CMAKE_WIN_INSTALL_PREFIX@\lib\libpng.lib
# if using an external libtiff library
TIFF_INC = -I@CMAKE_WIN_INSTALL_PREFIX@\include
TIFF_LIB = @CMAKE_WIN_INSTALL_PREFIX@\lib\libtiff.lib
TIFF_LIB = @CMAKE_WIN_INSTALL_PREFIX@\lib\tiff.lib
# uncomment following line, if you have libtiff version >= 4.0 to enable BigTIFF support
TIFF_OPTS= -DBIGTIFF_SUPPORT
......
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