Skip to content

Commit

Permalink
FIX CMake project name
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Apr 7, 2021
1 parent 2ceb311 commit d1fadd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ elseif(CMAKE_CUDA_ARCHITECTURES STREQUAL "")
set(CUSPATIAL_BUILD_FOR_DETECTED_ARCHS TRUE)
endif()

project(CUDA_SPATIAL VERSION 0.20.0 LANGUAGES C CXX CUDA)
project(CUSPATIAL VERSION 0.20.0 LANGUAGES C CXX)

# Needed because GoogleBenchmark changes the state of FindThreads.cmake,
# causing subsequent runs to have different values for the `Threads::Threads` target.
Expand Down

0 comments on commit d1fadd6

Please sign in to comment.