Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,12 @@ if (NOT spdlog_FOUND)
)
endif()

include(jemalloc)


find_package(UCX)
# NOTE: Determines if we build StfSender, TfBuilder and TfScheduler
# StfBuilder is always built

message(STATUS "Boost version : ${Boost_VERSION}")
message(STATUS "Boost include path : ${Boost_INCLUDE_DIRS}")
message(STATUS "jemalloc include : ${jemalloc_INCLUDE_DIRS}")
message(STATUS "FairMQ version : ${FairMQ_VERSION}")
message(STATUS "AliceO2 include path : ${AliceO2_INCLUDE_DIR}")
message(STATUS "UCX include path : ${UCX_INCLUDE_DIR}")
Expand Down
65 changes: 0 additions & 65 deletions cmake/jemalloc.cmake

This file was deleted.

1 change: 0 additions & 1 deletion src/common/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ target_include_directories(base

target_link_libraries(base
PUBLIC
jemalloc_STATIC
spdlog::spdlog
Boost::filesystem
AliceO2::InfoLogger
Expand Down