Skip to content

Commit

Permalink
Use new rapids-cmake for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 17, 2022
1 parent 11bd7f3 commit 96f5104
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python/cuspatial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)

set(cuspatial_version 22.06.00)

file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.06/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/vyasr/rapids-cmake/cuspatial_testing/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)

Expand All @@ -34,6 +34,12 @@ option(FIND_CUSPATIAL_CPP "Search for existing cuspatial C++ installations befor

# If the user requested it we attempt to find cuspatial.
if(FIND_CUSPATIAL_CPP)
message("Starting to find package\
\
\
\
\
")
find_package(cuspatial ${cuspatial_version})
else()
set(cuspatial_FOUND OFF)
Expand Down

0 comments on commit 96f5104

Please sign in to comment.