Skip to content

Commit 23c1553

Browse files
committed
1 parent 5571870 commit 23c1553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ set(CMAKE_CXX_STANDARD
4545
STRING
4646
"C++ standard to build with.")
4747
fetch_dep(seastar
48-
REPO https://github.com/redpanda-data/seastar.git
49-
TAG v24.3.x
48+
REPO https://github.com/bashtanov/seastar
49+
TAG ba7a220f1e40d3fddc6b280907c5e05ea2d2e9b3
5050
PATCH_COMMAND sed -i "s/add_subdirectory (tests/# add_subdirectory (tests/g" CMakeLists.txt)
5151

5252
fetch_dep(avro

0 commit comments

Comments
 (0)