mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
Inclusion of check symbol cmake's module.
This commit is contained in:
parent
1802b7c6fe
commit
6ba8faa7fb
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
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 )
|
||||||
|
|
Loading…
Reference in a new issue