Browse Source

!1276 static check 0316

From: @lwx911747
Reviewed-by: @xchu42,@wqtshg
Signed-off-by: @wqtshg
tags/v1.3.0
mindspore-ci-bot Gitee 4 years ago
parent
commit
aa80caeca4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      ge/CMakeLists.txt

+ 4
- 0
ge/CMakeLists.txt View File

@@ -977,6 +977,10 @@ add_library(fwk_stub_ge_runner SHARED

add_dependencies(fwk_stub_ge_runner ge_stub)

target_compile_options(fwk_stub_ge_runner PRIVATE
-fno-common
)

target_link_libraries(fwk_stub_ge_runner PRIVATE
$<BUILD_INTERFACE:intf_pub>
)


Loading…
Cancel
Save