Skip to content

Commit

Permalink
[ci] Disable boost RTTI support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 2, 2022
1 parent f988b32 commit 65c3eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ossia_setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target_compile_definitions(ossia
PUBLIC
RAPIDJSON_HAS_STDSTRING=1
TINYSPLINE_DOUBLE_PRECISION
BOOST_NO_RTTI=1
BOOST_MATH_DISABLE_FLOAT128=1
BOOST_ASIO_DISABLE_CONCEPTS=1 # TODO boostorg/asio#312
$<$<CONFIG:Debug>:BOOST_MULTI_INDEX_ENABLE_INVARIANT_CHECKING>
Expand Down

0 comments on commit 65c3eeb

Please sign in to comment.