Skip to content

Commit

Permalink
Fix cmake warning in p4rt-ctl build (#82)
Browse files Browse the repository at this point in the history
- Updated `cmake_minimum_required()` VERSION from 3.5 to 3.15, to
  silence a cmake warning.

Signed-off-by: Derek Foster <justffoulkes@gmail.com>
  • Loading branch information
ffoulkes authored Mar 4, 2025
1 parent 9642f0d commit bb444a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/p4rt-ctl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Build file for p4rt-ctl.
#
# Copyright 2022-2023 Intel Corporation
# Copyright 2025 Derek Foster
# SPDX-License-Identifier: Apache 2.0
#
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)

# Define PYTHON3 variable.
find_program(PYTHON3 python3)
Expand Down

0 comments on commit bb444a5

Please sign in to comment.