Skip to content

Commit

Permalink
Bumping all references to CMake minimum req to v3.16 (#751)
Browse files Browse the repository at this point in the history
* Bumping all references to CMake minimum req to v3.16

Signed-off-by: Sabeel Ansari <[email protected]>

* Ping krnlmon SHA

Signed-off-by: Sabeel Ansari <[email protected]>

---------

Signed-off-by: Sabeel Ansari <[email protected]>
  • Loading branch information
5abeel authored Feb 26, 2025
1 parent 458ff74 commit e519d10
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache 2.0
#

# CMake version 3.16 is the baseline for P4 Control Plane.
# CMake version 3.16 is the baseline for P4 Control Plane
cmake_minimum_required(VERSION 3.16)

project(networking-recipe VERSION 3.5.0 LANGUAGES C CXX)
Expand Down
4 changes: 2 additions & 2 deletions clients/p4rt-ctl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Build file for p4rt-ctl.
#
# Copyright 2022-2023 Intel Corporation
# Copyright 2022-2025 Intel Corporation
# SPDX-License-Identifier: Apache 2.0
#
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

# Define PYTHON3 variable.
find_program(PYTHON3 python3)
Expand Down
6 changes: 3 additions & 3 deletions ovs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CMake build file for Open vSwitch
#
# Copyright 2022-2024 Intel Corporation
# Copyright 2022-2025 Intel Corporation
# SPDX-License-Identifier: Apache 2.0
#

# Version 3.15 is the baseline for P4 Control Plane.
cmake_minimum_required(VERSION 3.15)
# CMake version 3.16 is the baseline for P4 Control Plane
cmake_minimum_required(VERSION 3.16)

project(ovs LANGUAGES C)

Expand Down
6 changes: 3 additions & 3 deletions protobufs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright 2023-2024 Intel Corporation
# Copyright 2023-2025 Intel Corporation
# SPDX-License-Identifier: Apache 2.0
#
# Compile p4runtime protobufs for supported languages.
#

# Version 3.15 is the baseline for P4 Control Plane.
cmake_minimum_required(VERSION 3.15)
# CMake version 3.16 is the baseline for P4 Control Plane
cmake_minimum_required(VERSION 3.16)

project(protobufs VERSION 2024.8.0 LANGUAGES CXX)

Expand Down
6 changes: 3 additions & 3 deletions stratum/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CMake build file for Stratum code.
#
# Copyright 2022-2024 Intel Corporation
# Copyright 2022-2025 Intel Corporation
# SPDX-License-Identifier: Apache 2.0
#

# Version 3.15 is the baseline for P4 Control Plane.
cmake_minimum_required(VERSION 3.15)
# CMake version 3.16 is the baseline for P4 Control Plane
cmake_minimum_required(VERSION 3.16)

#############################
# Symbolic path definitions #
Expand Down
2 changes: 1 addition & 1 deletion stratum/stratum

0 comments on commit e519d10

Please sign in to comment.