Disable pureacl/new runtine build which depends on arm compute library (#1909)
author이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 9 Jul 2018 05:45:11 +0000 (14:45 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 9 Jul 2018 05:45:11 +0000 (14:45 +0900)
On x64, disable pureacl/new runtine build which depends on arm compute library

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
CMakeLists.txt

index 6ec3b5b..f3d863b 100644 (file)
@@ -105,6 +105,12 @@ if("${TARGET_ARCH}" STREQUAL "armv7l" AND NOT "${TARGET_OS}" STREQUAL "tizen")
   set(BUILD_PURE_ARM_COMPUTE ON)
 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)
+endif()
+
 #
 # Common variables
 #