Skip to content

Commit

Permalink
cmake: use libstdc++ explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pgellert committed May 10, 2024
1 parent ea755d8 commit 82dcbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fetch_dep(fmt
# the add_subdirectory method of using Seastar.
set(Seastar_TESTING ON CACHE BOOL "" FORCE)
set(Seastar_API_LEVEL 6 CACHE STRING "" FORCE)
set(Seastar_CXX_FLAGS -Wno-error)
set(Seastar_CXX_FLAGS -stdlib=libstdc++ -Wno-error)
fetch_dep(seastar
REPO https://github.com/redpanda-data/seastar.git
TAG v24.2.x
Expand Down

0 comments on commit 82dcbb4

Please sign in to comment.