Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtudio committed Nov 16, 2022
1 parent 1b18586 commit d6e493d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions asio/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <iostream>
#include <list>
#include <sstream>
#include <thread>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion gtest/GetGTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message(STATUS "get googletest ...")

FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/release-1.11.0.tar.gz
URL https://github.com/google/googletest/archive/release-1.12.1.tar.gz
)

FetchContent_GetProperties(googletest)
Expand Down

0 comments on commit d6e493d

Please sign in to comment.