Updating googletest to 1.11.0 (#454)

Co-authored-by: Vahora <pavahora@amd.com>
This commit is contained in:
pavahora
2021-11-02 16:44:35 -05:00
committed by GitHub
parent 29170a8b5f
commit ee1a11ca7e
+1 -1
View File
@@ -50,7 +50,7 @@ if(NOT GTest_FOUND AND BUILD_TESTS OR INSTALL_DEPENDENCIES)
download_project(PROJ googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG release-1.11.0
INSTALL_DIR ${GTEST_ROOT}
CMAKE_ARGS -DBUILD_GTEST=ON -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> ${COMPILER_OVERRIDE}
LOG_DOWNLOAD TRUE