Skip to content

Commit 3b7d712

Browse files
committed
cmake: Update support for CMake 3.30
1 parent 89e2a96 commit 3b7d712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.18...3.28)
1+
cmake_minimum_required(VERSION 3.18...3.30)
22
message(STATUS "Configuring with CMake ${CMAKE_VERSION}")
33

44

@@ -57,7 +57,7 @@ if(STDGPU_BACKEND STREQUAL STDGPU_BACKEND_CUDA)
5757

5858
enable_language(CUDA)
5959
elseif(STDGPU_BACKEND STREQUAL STDGPU_BACKEND_HIP)
60-
cmake_minimum_required(VERSION 3.21.3...3.26)
60+
cmake_minimum_required(VERSION 3.21.3...3.30)
6161

6262
if(DEFINED CMAKE_HIP_ARCHITECTURES)
6363
set(STDGPU_HIP_ARCHITECTURE_FLAGS_USER ${CMAKE_HIP_ARCHITECTURES})

0 commit comments

Comments
 (0)