Do NOT update global link directory setting (#4716)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 13 Mar 2019 10:42:40 +0000 (19:42 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 13 Mar 2019 10:42:40 +0000 (19:42 +0900)
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 <jh1302.park@samsung.com>
CMakeLists.txt

index 77a0c0b..51034c8 100644 (file)
@@ -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)