From: 이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Mon, 9 Jul 2018 05:45:11 +0000 (+0900) Subject: Disable pureacl/new runtine build which depends on arm compute library (#1909) X-Git-Tag: 0.2~489 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=599410c0344396be9e844280eadad12c5f897e4c;p=platform%2Fcore%2Fml%2Fnnfw.git Disable pureacl/new runtine build which depends on arm compute library (#1909) On x64, disable pureacl/new runtine build which depends on arm compute library Signed-off-by: Chunseok Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ec3b5b..f3d863b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 #