Skip to content

Commit

Permalink
Also use a build export set for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 27, 2024
1 parent 70cabbe commit 2f7a4a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmake/thirdparty/get_spdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f7a4a7

Please sign in to comment.