aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉanna Ó Catháin <eanna.ocathain@arm.com>2019-05-09 11:34:06 +0100
committerEanna O Cathain Arm <eanna.ocathain@arm.com>2019-05-09 11:00:24 +0000
commita563b92475aba3ec70ceb0bf241d3e616ff1b98f (patch)
treeb557b8231992faa81ef6123655c64aad63c9008e
parent8106b7cc67b0fe2c91eaf2ff129200529ae8c31f (diff)
downloadarmnn-a563b92475aba3ec70ceb0bf241d3e616ff1b98f.tar.gz
IVGCVSW-2900 Adding the missing option to build the Accuracy Tool
to the GlobalConfig.cmake Change-Id: I7f7e3e36fa66c5cd5b2248cab6f2b9b90d65d1a4 Signed-off-by: Éanna Ó Catháin <eanna.ocathain@arm.com>
-rw-r--r--cmake/GlobalConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index 892d937664..0476f40728 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -15,6 +15,7 @@ option(GPERFTOOLS_ROOT "Location where the gperftools 'include' and 'lib' folder
option(BUILD_TF_LITE_PARSER "Build Tensorflow Lite parser" OFF)
option(BUILD_ARMNN_SERIALIZER "Build Armnn Serializer" OFF)
option(BUILD_ARMNN_QUANTIZER "Build ArmNN quantizer" OFF)
+option(BUILD_ACCURACY_TOOL "Build Accuracy Tool" OFF)
option(FLATC_DIR "Path to Flatbuffers compiler" OFF)
option(TF_LITE_GENERATED_PATH "Tensorflow lite generated C++ schema location" OFF)
option(FLATBUFFERS_ROOT "Location where the flatbuffers 'include' and 'lib' folders to be found" Off)