Skip to content

Commit

Permalink
Update version to 21.08.00 in cmakelists (#410)
Browse files Browse the repository at this point in the history
Bumps the version of cuSpatial in CMakeLists.txt.

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - H. Thomson Comer (https://github.com/thomcom)

URL: #410
  • Loading branch information
harrism authored Jun 8, 2021
1 parent e273527 commit 694a0b8
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(CUSPATIAL VERSION 21.06.00 LANGUAGES C CXX)
project(CUSPATIAL VERSION 21.08.00 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 694a0b8

Please sign in to comment.