From: Damjan Marion Date: Mon, 15 Sep 2025 20:30:41 +0000 (+0200) Subject: build: bump cmake to 3.19 X-Git-Tag: v26.02-rc0~23 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=1949a8db2c5e50a1d1dcb1c39a2fd16f29d428fc;p=vpp.git build: bump cmake to 3.19 Type: improvement Change-Id: I8b509b3eb03b4df2972e73aeec4771190652171b Signed-off-by: Damjan Marion --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index de1ee713d5c..71f0010bbae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.19) if (DEFINED VPP_PLATFORM_C_COMPILER_NAMES) set(CMAKE_C_COMPILER_NAMES ${VPP_PLATFORM_C_COMPILER_NAME})