Fix neurun build option (#3253)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 19 Oct 2018 02:26:33 +0000 (11:26 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 19 Oct 2018 02:26:33 +0000 (11:26 +0900)
Fix neurun build option in cmake option setting: BUILD_NEURUN

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
cmake/CfgOptionFlags.cmake

index 8437792..9062e61 100644 (file)
@@ -17,5 +17,5 @@ endif()
 # On x86, disable pureacl/new runtine build which depends on arm compute library
 if("${TARGET_ARCH}" STREQUAL "x86_64")
   set(BUILD_PURE_ARM_COMPUTE OFF)
-  set(BUILD_NEW_RUNTIME OFF)
+  set(BUILD_NEURUN OFF)
 endif()