Skip to content

Commit

Permalink
Revert CMake changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 22, 2022
1 parent 3fd8e6a commit 9d33fce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
6 changes: 0 additions & 6 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ rapids_cuda_init_architectures(CUGRAPH)

project(CUGRAPH VERSION 22.08.00 LANGUAGES C CXX CUDA)

include(${rapids-cmake-dir}/cpm/package_override.cmake)
rapids_cpm_package_override(${CMAKE_CURRENT_SOURCE_DIR}/versions.json)

if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
message(FATAL_ERROR "CUDA compiler version must be at least 11.0")
Expand Down Expand Up @@ -147,9 +144,6 @@ rapids_cpm_init()
# lags behind.
###

# Putting this before everything else to override other Thrust versions
include(cmake/thirdparty/get_thrust.cmake)

# Putting this before raft to override RAFT from pulling them in.
include(cmake/thirdparty/get_libcudacxx.cmake)
include(cmake/thirdparty/get_cuco.cmake)
Expand Down
26 changes: 0 additions & 26 deletions cpp/cmake/thirdparty/get_thrust.cmake

This file was deleted.

10 changes: 0 additions & 10 deletions cpp/versions.json

This file was deleted.

0 comments on commit 9d33fce

Please sign in to comment.