Browse Source

code_sync_0617_update

tags/v1.3.0
dingpeifei 4 years ago
parent
commit
ec89f88f1f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt View File

@@ -160,6 +160,7 @@ else ()
elseif(ENABLE_MS_TESTCASES)
include(cmake/external_libs/protobuf_static.cmake)
include(cmake/external_libs/protoc.cmake)
include(cmake/external_libs/json.cmake)
include(cmake/external_libs/securec.cmake)
include(cmake/FindModule.cmake)
include(cmake/intf_pub_linux.cmake)
@@ -177,5 +178,4 @@ else ()
endif()

add_subdirectory(ge)

endif ()
endif ()

Loading…
Cancel
Save