From c010035f7ce39b21f6414240eaf92a3d7d437e12 Mon Sep 17 00:00:00 2001 From: David Neto Date: Mon, 23 Dec 2024 12:35:19 -0500 Subject: [PATCH] set cmake_minimum_required to 3.22 That's the cmake verion included in Ubuntu 2022.04 Change-Id: I5d6da0d33c86eae5020bba1b9a8805fc8d7e7868 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10a90e14..03df2429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,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.22) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) endif()