Inclusion of check symbol cmake's module.

This commit is contained in:
David Carlier 2019-06-01 22:09:52 +01:00 committed by drfrag
parent 8b184a2d6a
commit 9dad219d4e

View file

@ -247,6 +247,7 @@ else()
set( ALL_C_FLAGS "-ffp-contract=off" ) set( ALL_C_FLAGS "-ffp-contract=off" )
if ( UNIX ) if ( UNIX )
include(CheckSymbolExists)
check_symbol_exists( "fts_set" "fts.h" HAVE_FTS ) check_symbol_exists( "fts_set" "fts.h" HAVE_FTS )
if ( NOT HAVE_FTS ) if ( NOT HAVE_FTS )
include ( FindPkgConfig ) include ( FindPkgConfig )