From ab6d345d3f833b833f7d31a922d4bb4a96cbf251 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 20 Sep 2024 10:34:08 -0700 Subject: [PATCH] make spdlog::spdlog_header_only a PUBLIC dependency of cudf::cudf --- cpp/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 3506122ab3e..8476217527e 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -797,8 +797,7 @@ add_dependencies(cudf jitify_preprocess_run) # Specify the target module library dependencies target_link_libraries( cudf - PUBLIC CCCL::CCCL rmm::rmm $ - INTERFACE spdlog::spdlog_header_only + PUBLIC CCCL::CCCL rmm::rmm $ spdlog::spdlog_header_only PRIVATE $ cuco::cuco ZLIB::ZLIB nvcomp::nvcomp kvikio::kvikio $ nanoarrow )