Skip to content

Commit a5756cd

Browse files
d-torrancemahrud
authored andcommitted
Set googletest to version 1.16.0
We're currently using a commit a little between 1.16 and the just-released 1.17. googletest 1.17 (and the commit we're currently using) requires compiling with C++17 support. This is currently an issue on systems like RHEL where we need to build googletest. Eventually, we should add support for 1.17 by compiling with C++17 support in memtailor/mathic/mathicgb, but it would probably be best to deal with this after the 1.25.05 release. [ci skip]
1 parent f528efe commit a5756cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

M2/libraries/gtest/Makefile.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# from https://github.com/google/googletest/archive/release-1.8.0.tar.gz, renamed to gtest-1.8.0.tar.gz
21
SUBMODULE = true
32
LIBNAME = googletest
4-
VERSION = 1.11.0
3+
VERSION = 1.16.0
54
CONFIGURECMD = cmake . -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DBUILD_GMOCK=OFF
65

76
LICENSEFILES = LICENSE
8-
URL = https://macaulay2.com/Downloads/OtherSourceCode
97
MLIMIT = 1400000
108
VLIMIT = 1400000
119
TLIMIT = 400

M2/submodules/googletest

Submodule googletest updated 41 files

0 commit comments

Comments
 (0)