diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-08-19 11:04:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-08-19 11:04:28 +0200 |
commit | 78d1b6769f3d3abff00e5e5f6afc0461c30d460d (patch) | |
tree | 7693e27871617e7573e086ec6cb2e04a9a0ebf86 | |
parent | 0b786b627502132d2ccea1785a0743a22b3f3736 (diff) | |
download | libkexiv2-78d1b6769f3d3abff00e5e5f6afc0461c30d460d.tar.gz libkexiv2-78d1b6769f3d3abff00e5e5f6afc0461c30d460d.zip |
cmake: Ensure that CheckIncludeFileCXX is included.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d2ee230..3360de3 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 ) |