761417898 commented on code in PR #179: URL: https://github.com/apache/tsfile/pull/179#discussion_r1686102486
########## cpp/test/CMakeLists.txt: ########## @@ -17,12 +17,45 @@ specific language governing permissions and limitations under the License. ]] include(FetchContent) -FetchContent_Declare( - googletest - URL https://github.com/google/googletest/archive/refs/tags/v1.12.0.zip + +set(URL_LIST + "https://github.com/google/googletest/archive/refs/tags/v1.12.0.zip" + "https://hub.nuaa.cf/google/googletest/archive/refs/tags/v1.12.0.zip" + "https://hub.yzuu.cf/google/googletest/archive/refs/tags/v1.12.0.zip" Review Comment: OK, I will upgrade the version to v1.12.1. Both v1.12.0 and v1.12.1 are stated to be the latest versions that support C++11. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
