From b84e20db646d57e8aeb53422bcc562bbe0882f9d Mon Sep 17 00:00:00 2001 From: Taylor Yu Date: Sun, 10 Dec 2023 10:09:35 -0600 Subject: [PATCH] shut up cmake warning --- testing/googletest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/googletest/CMakeLists.txt b/testing/googletest/CMakeLists.txt index ea81ab1292..68a6dbc650 100644 --- a/testing/googletest/CMakeLists.txt +++ b/testing/googletest/CMakeLists.txt @@ -1,7 +1,7 @@ # Note: CMake support is community-based. The maintainers do not use CMake # internally. -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.5) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW)