Skip to content

Commit

Permalink
feat(build): Remove glibc dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Minoru Maekawa <[email protected]>
  • Loading branch information
err931 committed Feb 1, 2025
1 parent b878275 commit 693ce80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
cmake_policy(SET CMP0135 NEW)
endif()

find_package(Backtrace REQUIRED)

if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8)
message(FATAL_ERROR "It is expected to build kvrocks with GCC 8 or above")
Expand Down
1 change: 0 additions & 1 deletion src/cli/signal_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#pragma once

#include <execinfo.h>
#include <glog/logging.h>
#include <signal.h>

Expand Down

0 comments on commit 693ce80

Please sign in to comment.