aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index e0ccce4d57..892d937664 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -179,8 +179,6 @@ if(BUILD_TF_LITE_PARSER OR BUILD_ARMNN_SERIALIZER)
HINTS ${FLATBUFFERS_ROOT}/lib /usr/local/lib /usr/lib)
message(STATUS "Flatbuffers library located at: ${FLATBUFFERS_LIBRARY}")
-
- include_directories(SYSTEM "${FLATBUFFERS_INCLUDE_PATH}")
endif()
# Flatbuffers schema support for TF Lite
@@ -196,7 +194,6 @@ if(BUILD_TF_LITE_PARSER)
endif()
if(BUILD_ARMNN_SERIALIZER)
- include_directories(SYSTEM "${FLATBUFFERS_INCLUDE_PATH}")
add_definitions(-DARMNN_SERIALIZER)
add_definitions(-DARMNN_SERIALIZER_SCHEMA_PATH="${CMAKE_CURRENT_SOURCE_DIR}/src/armnnSerializer/ArmnnSchema.fbs")
endif()