cmake: Add missing CheckSymbolExists include.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0b1fc75762)
r14.0.x
Slávek Banko 5 years ago
parent 855f9da589
commit 7dcc96be7d
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save