From e3eff6daa45db34c265554b27f99615fe2ca1251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Ricardo=20Perez-Lopez?= Date: Sat, 14 Sep 2024 01:42:31 -0700 Subject: [PATCH] Change minimum CMake version to 3.5 --- CMakeLists.txt | 2 +- tests/CMakeLists.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28302bdb..e605934e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(pono) diff --git a/tests/CMakeLists.txt.in b/tests/CMakeLists.txt.in index 03761ebe..f0bae470 100644 --- a/tests/CMakeLists.txt.in +++ b/tests/CMakeLists.txt.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(googletest-download NONE)