cmake: Add missing CheckSymbolExists include.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 5 years ago
parent cdbb1c0a4c
commit 0b1fc75762
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -20,6 +20,7 @@ set( VERSION R14.1.0 )
include( FindPkgConfig )
include( CheckFunctionExists )
include( CheckSymbolExists )
include( CheckIncludeFile )
include( CheckLibraryExists )
include( CheckCSourceCompiles )

Loading…
Cancel
Save