diff options
author | Slávek Banko <[email protected]> | 2019-08-19 11:04:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-08-19 11:04:40 +0200 |
commit | bc89fb7e16fde4326d9ecd020494e77726d1c53a (patch) | |
tree | 544a864d1b7166a1857a0011a328e6c89085ccdf | |
parent | ac963b46a4c87c1ac6a05491a77b9087afeb47ab (diff) | |
download | libkexiv2-bc89fb7e16fde4326d9ecd020494e77726d1c53a.tar.gz libkexiv2-bc89fb7e16fde4326d9ecd020494e77726d1c53a.zip |
cmake: Ensure that CheckIncludeFileCXX is included.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 78d1b6769f3d3abff00e5e5f6afc0461c30d460d)
-rw-r--r-- | CMakeLists.txt | 1 |
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 ) |