Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Aug 9, 2022
1 parent eaa9ef5 commit d2b1456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_thrust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function(find_and_configure_thrust VERSION)
#
include(GNUInstallDirs)
set(CMAKE_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/libcudf")
set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_INCLUDEDIR}/libcudf")
set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_LIBDIR}/libcudf")

set(CPM_DOWNLOAD_ALL TRUE)
rapids_cpm_find(
Expand All @@ -58,7 +58,7 @@ function(find_and_configure_thrust VERSION)
# Store where CMake can find our custom Thrust install
include("${rapids-cmake-dir}/export/find_package_root.cmake")
rapids_export_find_package_root(
INSTALL Thrust [=[${CMAKE_CURRENT_LIST_DIR}/../../../include/libcudf/cmake/thrust/]=]
INSTALL Thrust [=[${CMAKE_CURRENT_LIST_DIR}/../../../lib/libcudf/cmake/thrust/]=]
cudf-exports
)
endif()
Expand Down

0 comments on commit d2b1456

Please sign in to comment.