From 2f7a4a7b696f37aaa1b6759d957c6e947eb9e5d7 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 27 Nov 2024 22:47:21 +0000 Subject: [PATCH] Also use a build export set for now --- cmake/thirdparty/get_spdlog.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmake/thirdparty/get_spdlog.cmake b/cmake/thirdparty/get_spdlog.cmake index 293aaee3d..7d958714a 100644 --- a/cmake/thirdparty/get_spdlog.cmake +++ b/cmake/thirdparty/get_spdlog.cmake @@ -16,7 +16,10 @@ function(find_and_configure_spdlog) include(${rapids-cmake-dir}/cpm/spdlog.cmake) - rapids_cpm_spdlog(FMT_OPTION "EXTERNAL_FMT_HO" INSTALL_EXPORT_SET rmm-exports) + rapids_cpm_spdlog( + FMT_OPTION "EXTERNAL_FMT_HO" + BUILD_EXPORT_SET rmm-exports + INSTALL_EXPORT_SET rmm-exports) include(${rapids-cmake-dir}/export/cpm.cmake) include(${rapids-cmake-dir}/cpm/detail/package_details.cmake)