[locoex-customop] Remove plier-tf dependency (#7540)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 18 Sep 2019 04:12:02 +0000 (13:12 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 18 Sep 2019 04:12:02 +0000 (13:12 +0900)
No code in locoex-customop uses plier-tf.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/locoex-customop/CMakeLists.txt
compiler/locoex-customop/requires.cmake

index b42d367..40a9996 100644 (file)
@@ -5,7 +5,7 @@ list(REMOVE_ITEM SOURCES ${TESTS})
 add_library(locoex_customop SHARED ${SOURCES})
 target_include_directories(locoex_customop PUBLIC include)
 target_link_libraries(locoex_customop PUBLIC loco)
-target_link_libraries(locoex_customop PRIVATE plier_tf stdex locop pepper_str)
+target_link_libraries(locoex_customop PRIVATE stdex locop pepper_str)
 
 if(NOT ENABLE_TEST)
   return()
index 12f93a5..9127144 100644 (file)
@@ -1,5 +1,4 @@
 require("loco")
 require("stdex")
-require("plier-tf")
 require("locop")
 require("pepper-str")