Skip to content

Commit

Permalink
Update rapids-cmake functions to non-deprecated signatures (#1357)
Browse files Browse the repository at this point in the history
Update to use non deprecated signatures for `rapids_export` functions

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Mark Harris (https://github.com/harrism)

URL: #1357
  • Loading branch information
robertmaynard authored Oct 10, 2023
1 parent da3ed7b commit 897313d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/thirdparty/get_spdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ function(find_and_configure_spdlog)
GLOBAL_TARGETS spdlog spdlog_header_only
NAMESPACE spdlog::)
include("${rapids-cmake-dir}/export/find_package_root.cmake")
rapids_export_find_package_root(BUILD spdlog [=[${CMAKE_CURRENT_LIST_DIR}]=] rmm-exports)
rapids_export_find_package_root(BUILD spdlog [=[${CMAKE_CURRENT_LIST_DIR}]=]
EXPORT_SET rmm-exports)
endif()
endfunction()

Expand Down

0 comments on commit 897313d

Please sign in to comment.