From 82beeea910e7c9dec3221cb62a666135793b512e Mon Sep 17 00:00:00 2001 From: David Neto Date: Mon, 23 Dec 2024 16:17:52 -0500 Subject: [PATCH] update to cmake 3.22, update googletest (#138) * Update googletest * cmake_minimum_version 3.22 That's the one included in Ubuntu 2022.04 --- CMakeLists.txt | 2 +- third_party/googletest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c60699..d56bce0 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) project(cppdap VERSION 1.65.0 LANGUAGES CXX C) diff --git a/third_party/googletest b/third_party/googletest index 0a03480..f3c355f 160000 --- a/third_party/googletest +++ b/third_party/googletest @@ -1 +1 @@ -Subproject commit 0a03480824b4fc7883255dbd2fd8940c9f81e22e +Subproject commit f3c355f9dd382bc2c323be2713e351a578b68c61