Browse Source

remove parser ONLY_COMPILE_OPEN_SRC

pull/132/head
y00500818 5 years ago
parent
commit
62ba68da76
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      parser/CMakeLists.txt

+ 0
- 2
parser/CMakeLists.txt View File

@@ -52,7 +52,6 @@ target_compile_options(fmk_parser PRIVATE

target_compile_definitions(fmk_parser PRIVATE
PROTOBUF_INLINE_NOT_IN_HEADERS=0
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
)

target_include_directories(fmk_parser PRIVATE
@@ -136,7 +135,6 @@ 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