Disable building libraries that are not supported due to dependency on
Boost library.
Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
# Need boost library
option(BUILD_RUNTIME_NNAPI_TEST "Build Runtime NN API Generated Test" OFF)
+option(BUILD_NNPACKAGE_RUN "Build nnpackge_run" OFF)
+option(BUILD_TFLITE_RUN "Build tflite-run" OFF)
+option(BUILD_TFLITE_LOADER_TEST_TOOL "Build tflite loader testing tool" OFF)
+option(BUILD_LOGGING "Build logging runtime" OFF)