mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Clear CMAKE_REQUIRED_FLAGS if backtrace facility isn't found
This commit is contained in:
parent
5fd41ab910
commit
ffffd2d0d2
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