Browse Source

Fix windows compile.

pull/1535/head
unknown 4 years ago
parent
commit
277830617b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ge/executor/CMakeLists.txt

+ 1
- 0
ge/executor/CMakeLists.txt View File

@@ -287,6 +287,7 @@ target_include_directories(ge_executor_shared PRIVATE

target_link_options(ge_executor_shared PRIVATE
-Wl,-Bsymbolic
-Wl,--exclude-libs,ALL
)

target_link_libraries(ge_executor_shared PRIVATE


Loading…
Cancel
Save