Skip to content

Commit 6757505

Browse files
committed
change to google teest 1.17, 1.11 doesn't compile with clang 17
1 parent d837543 commit 6757505

File tree

1 file changed

+1
-1
lines changed
  • epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu

1 file changed

+1
-1
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/cudacpp_test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CXXFLAGS += -Igoogletest/googletest/include/ -std=c++11
1919
all: googletest/$(INSTALLDIR)/lib64/libgtest.a
2020

2121
googletest/CMakeLists.txt:
22-
git clone https://github.com/google/googletest.git -b release-1.11.0 googletest
22+
git clone https://github.com/google/googletest.git -b release-1.17.0 googletest
2323

2424
googletest/$(BUILDDIR)/Makefile: googletest/CMakeLists.txt
2525
mkdir -p googletest/$(BUILDDIR)

0 commit comments

Comments
 (0)