Skip to content

Commit

Permalink
Update cpp/cmake_modules/ThirdpartyToolchain.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
pitrou and kou authored Aug 15, 2024
1 parent 88de487 commit c0f4c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ macro(build_snappy)
# Snappy unconditionally disables RTTI, which is incompatible with some other
# build settings (https://github.com/apache/arrow/issues/43688).
if(NOT MSVC)
set(SNAPPY_ADDITIONAL_CXX_FLAGS "${SNAPPY_ADDITIONAL_CXX_FLAGS} -frtti")
string(APPEND SNAPPY_ADDITIONAL_CXX_FLAGS " -frtti")
endif()

if(NOT MSVC)
Expand Down

0 comments on commit c0f4c8a

Please sign in to comment.