Browse Source

add

tags/v1.2.0
taoxudonghaha 3 years ago
parent
commit
39562e8154
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/external_libs/gtest.cmake

+ 1
- 1
cmake/external_libs/gtest.cmake View File

@@ -11,7 +11,7 @@ if ((${CMAKE_INSTALL_PREFIX} STREQUAL /usr/local) OR
endif()

if (GE_PB_PKG)
set(REQ_URL "${GE_PB_PKG}/libs/gtest/release-1.8.0.tar.gz")
set(REQ_URL "${GE_PB_PKG}/libs/ge_gtest/release-1.8.0.tar.gz")
set(MD5 "")
elseif (ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/googletest/repository/archive/release-1.8.0.tar.gz")


Loading…
Cancel
Save