From 6ba8faa7fb8d35dc7bcfbe961baf3de4fc0ea1aa Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 1 Jun 2019 22:09:52 +0100 Subject: [PATCH] Inclusion of check symbol cmake's module. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab8f60c78..c14c24816 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )