We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5faa1 commit a3a3121Copy full SHA for a3a3121
1 file changed
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
#
3
# Redistribution and use in source and binary forms, with or without
4
# modification, are permitted provided that the following conditions
@@ -24,7 +24,7 @@
24
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27
-cmake_minimum_required(VERSION 3.21)
+cmake_minimum_required(VERSION 3.31.8)
28
project(tritonrediscache LANGUAGES C CXX)
29
set (CMAKE_CXX_STANDARD 17)
30
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments