Skip to content

Commit 5199957

Browse files
authored
Update Configure.cmake
Move tiff library header from standard header list.
1 parent 669c739 commit 5199957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Configure.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ set(include_files_list
8686
sys/stat.h
8787
sys/types.h
8888
sys/wait.h
89-
tiffio.h
9089
unistd.h
9190

9291
cairo/cairo-version.h
9392
CL/cl.h
9493
OpenCL/cl.h
9594
pango-1.0/pango/pango-features.h
95+
tiffio.h
9696
unicode/uchar.h
9797
)
9898
check_includes(include_files_list)

0 commit comments

Comments
 (0)