File tree Expand file tree Collapse file tree 11 files changed +22
-21
lines changed
java-api-bindings/scripts Expand file tree Collapse file tree 11 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2021-2024 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2021-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
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.17 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929project (tritonclient LANGUAGES C CXX)
3030
Original file line number Diff line number Diff line change 1- # Copyright (c) 2021-2023 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright (c) 2021-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
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.17 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929project (cc-clients LANGUAGES C CXX)
3030
@@ -33,6 +33,7 @@ set(TRITON_MIN_CXX_STANDARD 17 CACHE STRING "The minimum C++ standard which feat
3333
3434set (CMAKE_CXX_STANDARD 17)
3535set (CMAKE_CXX_STANDARD_REQUIRED ON )
36+ set (CMAKE_POLICY_VERSION_MINIMUM 3.5)
3637
3738#
3839# Options
Original file line number Diff line number Diff line change 1- # Copyright 2020-2024 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2020-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
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.18 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929if (WIN32 )
3030 message ("C++ examples are not currently supported on Windows because "
Original file line number Diff line number Diff line change 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.18 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929find_package (Threads REQUIRED)
3030set (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE )
Original file line number Diff line number Diff line change 1- # Copyright 2020-2022 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2020-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
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.18 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929if (WIN32 )
3030 message ("C++ tests are not currently supported on Windows because "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2022-2023 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # Copyright (c) 2022-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -121,7 +121,7 @@ if [ ${INCLUDE_DEVELOPER_TOOLS_SERVER} -ne 0 ]; then
121121 echo " deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | \
122122 tee /etc/apt/sources.list.d/kitware.list > /dev/null && \
123123 apt-get update && \
124- apt-get install -y --no-install-recommends cmake=3.28 .3* cmake-data=3.28 .3* rapidjson-dev
124+ apt-get install -y --no-install-recommends cmake=4.0 .3* cmake-data=4.0 .3* rapidjson-dev
125125fi
126126
127127# Install jdk and maven
Original file line number Diff line number Diff line change 1- # Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright (c) 2021-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
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.17 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929project (java-clients LANGUAGES C CXX)
3030
Original file line number Diff line number Diff line change 1- # Copyright 2021-2024 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2021-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
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.17 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929project (python-clients LANGUAGES C CXX)
3030
Original file line number Diff line number Diff line change 1- # Copyright 2020-2022 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # Copyright 2020-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
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.18 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929if (${TRITON_ENABLE_PYTHON_HTTP} )
3030 install (
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020-2024 , NVIDIA CORPORATION. All rights reserved.
1+ # Copyright (c) 2020-2025 , NVIDIA CORPORATION. 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
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.18 )
27+ cmake_minimum_required (VERSION 3.31.8 )
2828
2929add_subdirectory (tritonclient)
3030
You can’t perform that action at this time.
0 commit comments