Skip to content

Commit a3a3121

Browse files
authored
build: TPRD-1622 - Update version to CMake 4.0 or 3.31 ( 3.31.8 ) which has support for CUDA new layout (#19)
1 parent 2c5faa1 commit a3a3121

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -24,7 +24,7 @@
2424
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27-
cmake_minimum_required(VERSION 3.21)
27+
cmake_minimum_required(VERSION 3.31.8)
2828
project(tritonrediscache LANGUAGES C CXX)
2929
set (CMAKE_CXX_STANDARD 17)
3030
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)