From: 박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 Date: Wed, 13 Mar 2019 10:42:40 +0000 (+0900) Subject: Do NOT update global link directory setting (#4716) X-Git-Tag: submit/tizen/20190325.013700~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e0cca273703164033770848eee15d89cf0352b2;p=platform%2Fcore%2Fml%2Fnnfw.git Do NOT update global link directory setting (#4716) This commit removes global link_directories in the top-level CMakeLists.txt. This command was introduced as a workaround for CI build failure, but is no longer required. Signed-off-by: Jonghyun Park --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 77a0c0b..51034c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,6 @@ include("cmake/CfgOptionFlags.cmake") # TARGET_ARCH: target architecture string for cross building # TARGET_OS: target os string for cross building -# NOTE '${CMAKE_INSTALL_PREFIX}/lib' should be added as a link directory as -# CI server places pre-built ARM compute libraries on this directory. -link_directories(${CMAKE_INSTALL_PREFIX}/lib) - # Download configuration option(DOWNLOAD_TENSORFLOW "Download Tensorflow source" ON) option(DOWNLOAD_ABSL "Download Absl source" ON)