diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2025-02-07 16:04:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 16:04:56 (GMT) |
commit | 6910c9d9165801d8827d628cb72eb7ea9dd538c5 (patch) | |
tree | 48aa5a94a57e8768f1189f5079844b71b3199658 /CMakeLists.txt | |
parent | 445e9bd8d00180d7574069a7ab19abfae18bc9a2 (diff) | |
download | googletest-1.16.0.zip googletest-1.16.0.tar.gz googletest-1.16.0.tar.bz2 |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 512e5c3..15c4f0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) project(googletest-distribution) -set(GOOGLETEST_VERSION 1.15.2) +set(GOOGLETEST_VERSION 1.16.0) if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX) set(CMAKE_CXX_EXTENSIONS OFF) |