Browse Source

external interface modify: string change to ascendstring

pull/98/head
zhengyuanhua 5 years ago
parent
commit
6ebca3d551
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      metadef
  2. +2
    -0
      parser/CMakeLists.txt

+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit ba04e25e878af2ac5f9a697806daee0768ae3bad
Subproject commit 673397400d4f6bd02dff7639d1054c3ca8a995f6

+ 2
- 0
parser/CMakeLists.txt View File

@@ -54,6 +54,7 @@ target_compile_options(fmk_parser PRIVATE
target_compile_definitions(fmk_parser PRIVATE
PROTOBUF_INLINE_NOT_IN_HEADERS=0
google=ascend_private
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
)

target_include_directories(fmk_parser PRIVATE
@@ -137,6 +138,7 @@ target_compile_definitions(fmk_parser_stub PRIVATE
PROTOBUF_INLINE_NOT_IN_HEADERS=0
REUSE_MEMORY=1
FMK_HOST_INFER
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
)

target_include_directories(fmk_parser_stub PRIVATE


Loading…
Cancel
Save