Inclusion of check symbol cmake's module.

This commit is contained in:
David Carlier 2019-06-01 22:09:52 +01:00 committed by alexey.lysiuk
parent 1802b7c6fe
commit 6ba8faa7fb
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ else()
endif()
if ( UNIX )
include(CheckSymbolExists)
check_symbol_exists( "fts_set" "fts.h" HAVE_FTS )
if ( NOT HAVE_FTS )
include ( FindPkgConfig )