aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-02-25 13:58:24 +0000
committerMatthew Bentham <Matthew.Bentham@arm.com>2019-02-25 15:54:09 +0000
commit268509ac1750c6c8d7c6f0debd9dca7e42612341 (patch)
treebb0ee39b98761ff89dfe4601dfee11c8ad08dafe /cmake
parenta1ecc49d1beb8d2cbb76c259b73b0f5a537aab2e (diff)
downloadarmnn-268509ac1750c6c8d7c6f0debd9dca7e42612341.tar.gz
Rename ArmNN schema file to ArmnnSchema.fbs
This makes the header file change to ArmnnSchema_generated.h, which is then unambiguous with respect to other generated schema files. Change-Id: Id7785ed74cced4dcd4d6bcbab81e53c6aeba973c Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index ad4869370c..e0ccce4d57 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -198,7 +198,7 @@ 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/Schema.fbs")
+ add_definitions(-DARMNN_SERIALIZER_SCHEMA_PATH="${CMAKE_CURRENT_SOURCE_DIR}/src/armnnSerializer/ArmnnSchema.fbs")
endif()
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)