Commit 8ed1a274 authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: fix missed include in libtiff

parent 70e1b4dd
......@@ -7,6 +7,7 @@ project(${TIFF_LIBRARY})
include(CheckCSourceCompiles)
include(CheckFunctionExists)
include(CheckIncludeFile)
include(CheckTypeSize)
# Find libm, if available
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment