From 1949a8db2c5e50a1d1dcb1c39a2fd16f29d428fc Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 15 Sep 2025 22:30:41 +0200 Subject: [PATCH] build: bump cmake to 3.19 Type: improvement Change-Id: I8b509b3eb03b4df2972e73aeec4771190652171b Signed-off-by: Damjan Marion --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.16.6