From 035c002684ae5d1a330ce7e30803d6974435b0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ron=20Ricardo=20Perez-Lopez?= Date: Mon, 16 Sep 2024 00:39:25 -0700 Subject: [PATCH] Revert "Change minimum CMake version to 3.5 (#354)" (#355) This reverts commit 158bfaff2d70bc7dd05b50119af9fe91ed3e3463. --- CMakeLists.txt | 2 +- tests/CMakeLists.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e2e7225..dc22f281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.1) project(pono) diff --git a/tests/CMakeLists.txt.in b/tests/CMakeLists.txt.in index f0bae470..03761ebe 100644 --- a/tests/CMakeLists.txt.in +++ b/tests/CMakeLists.txt.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.1) project(googletest-download NONE)