Branch: master

78d1b676 2019-08-19 09:04:28 Slávek Banko
cmake: Ensure that CheckIncludeFileCXX is included.

Signed-off-by: Slávek Banko <slavek.banko@...>
M CMakeLists.txt

CMakeLists.txt

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2ee230..3360de3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@
 include( CheckFunctionExists    )
 include( CheckSymbolExists      )
 include( CheckIncludeFile       )
+include( CheckIncludeFileCXX    )
 include( CheckLibraryExists     )
 include( CheckCSourceCompiles   )
 include( CheckCXXSourceCompiles )