Skip to content

Commit

Permalink
Fix Boost.Phoenix issue for version 1.82 and greater
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Apr 18, 2023
1 parent 7e1f7bd commit 66a5bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ set_property(DIRECTORY APPEND
# Forcing backtrace using api for boost stacktrace due to lacking on ::Unwind side
$<$<PLATFORM_ID:FreeBSD>:BOOST_STACKTRACE_USE_LIBC_BACKTRACE_FUNCTION>
# Workaround for boost 1.81 issue https://github.com/boostorg/phoenix/issues/111
$<$<VERSION_EQUAL:${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION},1.81>:BOOST_PHOENIX_STL_TUPLE_H_>
$<$<VERSION_GREATER_EQUAL:${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION},1.81>:BOOST_PHOENIX_STL_TUPLE_H_>
)


Expand Down

0 comments on commit 66a5bd7

Please sign in to comment.