Skip to content

Commit

Permalink
Clear CMAKE_REQUIRED_FLAGS if backtrace facility isn't found
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored and alexey-lysiuk committed May 18, 2021
1 parent 5fd41ab commit ffffd2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -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 )

Expand Down

0 comments on commit ffffd2d

Please sign in to comment.