Browse Source

include(cmake/external_libs/gtest.cmake)

pull/352/head
zhangxiaokun 4 years ago
parent
commit
6da5c97e8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -19,7 +19,6 @@ if (ENABLE_OPEN_SRC)
include(cmake/external_libs/protoc.cmake)
include(cmake/external_libs/securec.cmake)
include(cmake/external_libs/json.cmake)
include(cmake/external_libs/gtest.cmake)
include(cmake/FindModule.cmake)
include(cmake/intf_pub_linux.cmake)

@@ -42,6 +41,7 @@ if (ENABLE_OPEN_SRC)
elseif(ENABLE_GE_COV OR ENABLE_GE_UT)
message(STATUS "Runing on llt mode, no need to depend other component")
elseif(ENABLE_PARSER_UT OR ENABLE_PARSER_COV)
include(cmake/external_libs/gtest.cmake)
add_subdirectory(tests)
else()
if(DEFINED ENV{ASCEND_CUSTOM_PATH})


Loading…
Cancel
Save