summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-08-19 11:04:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-08-19 11:04:40 +0200
commitbc89fb7e16fde4326d9ecd020494e77726d1c53a (patch)
tree544a864d1b7166a1857a0011a328e6c89085ccdf
parentac963b46a4c87c1ac6a05491a77b9087afeb47ab (diff)
downloadlibkexiv2-bc89fb7e16fde4326d9ecd020494e77726d1c53a.tar.gz
libkexiv2-bc89fb7e16fde4326d9ecd020494e77726d1c53a.zip
cmake: Ensure that CheckIncludeFileCXX is included.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 78d1b6769f3d3abff00e5e5f6afc0461c30d460d)
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9781dd..8792b81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ include( FindPkgConfig )
include( CheckFunctionExists )
include( CheckSymbolExists )
include( CheckIncludeFile )
+include( CheckIncludeFileCXX )
include( CheckLibraryExists )
include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )