mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +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 )
|
||||
set( HAVE_VM_JIT NO )
|
||||
endif( HAVE_LIBEXECINFO )
|
||||
set( CMAKE_REQUIRED_FLAGS )
|
||||
endif( NOT HAVE_BACKTRACE )
|
||||
endif( HAVE_VM_JIT AND UNIX )
|
||||
|
||||
|
|
Loading…
Reference in a new issue