Skip to content

Commit

Permalink
Add current googletest version as submodule.
Browse files Browse the repository at this point in the history
The original gtest folder is removed.

Reason is the removed namespace std::tr1 no longer available in the VS2017.
Fixed in PR google/googletest#1218
and the related issue is google/googletest#1138
  • Loading branch information
endJunction authored and bilke committed Dec 19, 2018
1 parent f3017bd commit 63f7e10
Show file tree
Hide file tree
Showing 41 changed files with 4 additions and 31,862 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "ThirdParty/pybind11"]
path = ThirdParty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "ThirdParty/googletest"]
path = ThirdParty/googletest
url = https://github.com/google/googletest.git
1 change: 1 addition & 0 deletions ThirdParty/googletest
Submodule googletest added at 9ab640
157 changes: 0 additions & 157 deletions ThirdParty/gtest/CHANGES

This file was deleted.

16 changes: 0 additions & 16 deletions ThirdParty/gtest/CMakeLists.txt

This file was deleted.

37 changes: 0 additions & 37 deletions ThirdParty/gtest/CONTRIBUTORS

This file was deleted.

28 changes: 0 additions & 28 deletions ThirdParty/gtest/LICENSE

This file was deleted.

Loading

0 comments on commit 63f7e10

Please sign in to comment.