1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-06 16:48:06 +00:00

cmake: Fix googletest build

This commit is contained in:
Carles Fernandez
2025-10-24 17:57:24 +02:00
parent e5053fb53d
commit 64198dc1f2

View File

@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2017 Google LLC
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 2.8.2)
cmake_minimum_required(VERSION 3.16)
project(googletest-download NONE)