cmake: Ensure that CheckIncludeFileCXX is included.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 5 years ago
parent 0b786b6275
commit 78d1b6769f
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -22,6 +22,7 @@ include( FindPkgConfig )
include( CheckFunctionExists )
include( CheckSymbolExists )
include( CheckIncludeFile )
include( CheckIncludeFileCXX )
include( CheckLibraryExists )
include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )

Loading…
Cancel
Save