Skip to content

Commit

Permalink
cmake: Update support for CMake 3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Jul 17, 2024
1 parent 89e2a96 commit 3b7d712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.18...3.28)
cmake_minimum_required(VERSION 3.18...3.30)
message(STATUS "Configuring with CMake ${CMAKE_VERSION}")


Expand Down Expand Up @@ -57,7 +57,7 @@ if(STDGPU_BACKEND STREQUAL STDGPU_BACKEND_CUDA)

enable_language(CUDA)
elseif(STDGPU_BACKEND STREQUAL STDGPU_BACKEND_HIP)
cmake_minimum_required(VERSION 3.21.3...3.26)
cmake_minimum_required(VERSION 3.21.3...3.30)

if(DEFINED CMAKE_HIP_ARCHITECTURES)
set(STDGPU_HIP_ARCHITECTURE_FLAGS_USER ${CMAKE_HIP_ARCHITECTURES})
Expand Down

0 comments on commit 3b7d712

Please sign in to comment.