Skip to content

Commit

Permalink
(gtest) bump to v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Zouzias committed Nov 18, 2024
1 parent 146ea88 commit c3e87ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/googletest-download.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# code copied from https://crascit.com/2015/07/25/cmake-gtest/
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project(googletest-download NONE)

Expand All @@ -12,7 +12,7 @@ ExternalProject_Add(
GIT_REPOSITORY
https://github.com/google/googletest.git
GIT_TAG
release-1.8.0
v1.15.2
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
Expand Down

0 comments on commit c3e87ea

Please sign in to comment.