Skip to content

Commit

Permalink
Update Google Test
Browse files Browse the repository at this point in the history
Update Google Test library to a version that contains a fix for
building under MinGW. This issue seems to have been resolved in
pull request google/googletest#856
  • Loading branch information
KeeganMorrow committed Dec 3, 2016
1 parent f474f13 commit 4d7743a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pkg_search_module(SDL2IMAGE REQUIRED SDL2_image>=2.0.0)
include(FetchAnax)
FetchAnax(GITVERSION "d68526bfad15ed6e2f1c66c90eb8993c086e9d30")
include(FetchGtest)
FetchGoogleTest(GITVERSION "release-1.8.0")
FetchGoogleTest(GITVERSION "a2b8a8e07628e5fd60644b6dd99c1b5e7d7f1f47")
include(FetchJsonCpp)
FetchJsonCpp(GITVERSION "1.7.7")
include(FetchSpdlog)
Expand Down

0 comments on commit 4d7743a

Please sign in to comment.