Skip to content

Commit

Permalink
gtest 1.15.2 from cwpearson/fused-gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Nov 7, 2024
1 parent fd452bf commit ce62d8b
Show file tree
Hide file tree
Showing 3 changed files with 17,604 additions and 16,669 deletions.
12 changes: 1 addition & 11 deletions tpls/gtest/gtest/README
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
This is a fused source version of gtest (v1.11.0). All that should be necessary
to start using gtest in your package is to declare the dependency and include
gtest/gtest.h.

However, because some of the packages that are developed in Sierra do not use a
fused source version of gtest we need to make it possible for them to build with
this version as well as with their native build. To facilitate this we have
created symlinks for the other gtest headers that they use to the fused source
gtest.h. This will make it possible for them find the headers while still using
the fuse source version. This should not have any ill effects since the header is
protected and allows for only using the non-gtest.h headers in their files.
This is a fused version of googletest 1.15.2 created by github.com/cwpearson/fused-gtest.
Loading

0 comments on commit ce62d8b

Please sign in to comment.