Skip to content

Commit

Permalink
missed cuspatial->cuproj instances
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Jul 13, 2023
1 parent 28fefc1 commit 7fabbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cuproj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ project(
# that is fixed we need to keep C.
C CXX CUDA)

option(FIND_CUPROJ_CPP "Search for existing cuspatial C++ installations before defaulting to local files"
option(FIND_CUPROJ_CPP "Search for existing cuproj C++ installations before defaulting to local files"
OFF)

option(CUPROJ_BUILD_WHEELS "Whether this build is generating a Python wheel." OFF)

# If the user requested it we attempt to find cuproj.
if(FIND_CUPROJ_CPP)
find_package(cuspatial ${cuproj_version})
find_package(cuproj ${cuproj_version})
else()
set(cuproj_FOUND OFF)
endif()
Expand Down

0 comments on commit 7fabbe9

Please sign in to comment.