cmake: fix missed include in libtiff
authorAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 15 Dec 2017 20:28:09 +0000 (23:28 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 15 Dec 2017 20:28:09 +0000 (23:28 +0300)
3rdparty/libtiff/CMakeLists.txt

index 21e9fbc..4665a0a 100644 (file)
@@ -7,6 +7,7 @@ project(${TIFF_LIBRARY})
 include(CheckCSourceCompiles)
 include(CheckFunctionExists)
 include(CheckIncludeFile)
+include(CheckTypeSize)
 
 
 # Find libm, if available