Skip to content

Commit

Permalink
Update Configure.cmake
Browse files Browse the repository at this point in the history
Move tiff library header from standard header list.
  • Loading branch information
egorpugin committed Jul 17, 2016
1 parent 669c739 commit 5199957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Configure.cmake
Expand Up @@ -86,13 +86,13 @@ set(include_files_list
sys/stat.h
sys/types.h
sys/wait.h
tiffio.h
unistd.h

cairo/cairo-version.h
CL/cl.h
OpenCL/cl.h
pango-1.0/pango/pango-features.h
tiffio.h
unicode/uchar.h
)
check_includes(include_files_list)
Expand Down

0 comments on commit 5199957

Please sign in to comment.