From 87602ea2b66ae343bc9e1a5e08712e8053ddbd33 Mon Sep 17 00:00:00 2001 From: Pavel Punsky Date: Fri, 19 Jan 2024 20:39:19 -0800 Subject: [PATCH] Change minimal required cmake version to 3.16 (#1388) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e545af6..29f2a8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Author: Kang Lin -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) project(coturn) set(CMAKE_INCLUDE_CURRENT_DIR ON)