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 17, 2022
1 parent 258fbbd commit 928f4ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ rapids_cuda_init_architectures(CUSPATIAL)

project(CUSPATIAL 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)

# Needed because GoogleBenchmark changes the state of FindThreads.cmake,
# causing subsequent runs to have different values for the `Threads::Threads` target.
# Setting this flag ensures `Threads::Threads` is the same value in first run and subsequent runs.
Expand Down Expand Up @@ -103,7 +100,6 @@ rapids_find_package(
)
# add third party dependencies using CPM
rapids_cpm_init()
include(cmake/thirdparty/get_thrust.cmake)
# find or add cuDF
include(cmake/thirdparty/CUSPATIAL_GetCUDF.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 928f4ea

Please sign in to comment.