mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 21:41:03 +00:00
Clear CMAKE_REQUIRED_FLAGS if backtrace facility isn't found
This commit is contained in:
parent
cfc080e37f
commit
14ffe3537f
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ if( HAVE_VM_JIT AND UNIX )
|
||||||
else( HAVE_LIBEXECINFO )
|
else( HAVE_LIBEXECINFO )
|
||||||
set( HAVE_VM_JIT NO )
|
set( HAVE_VM_JIT NO )
|
||||||
endif( HAVE_LIBEXECINFO )
|
endif( HAVE_LIBEXECINFO )
|
||||||
|
set( CMAKE_REQUIRED_FLAGS )
|
||||||
endif( NOT HAVE_BACKTRACE )
|
endif( NOT HAVE_BACKTRACE )
|
||||||
endif( HAVE_VM_JIT AND UNIX )
|
endif( HAVE_VM_JIT AND UNIX )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue