mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-02 23:52:25 +00:00
Inclusion of check symbol cmake's module.
This commit is contained in:
parent
fb74832a0c
commit
20708aed5b
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue