Skip to content

Commit

Permalink
Update project version + CMake min version requirement (#748)
Browse files Browse the repository at this point in the history
Signed-off-by: Sabeel Ansari <sabeel.ansari@intel.com>
  • Loading branch information
5abeel authored Feb 25, 2025
1 parent 453e886 commit 79f273c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# 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(networking-recipe VERSION 3.4.0 LANGUAGES C CXX)
project(networking-recipe VERSION 3.5.0 LANGUAGES C CXX)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down

0 comments on commit 79f273c

Please sign in to comment.