Do NOT use CMAKE_CURRENT_SOURCE_DIR for tflite build (#4761)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 18 Mar 2019 01:29:09 +0000 (10:29 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 18 Mar 2019 01:29:09 +0000 (10:29 +0900)
commit452fc784d1cb0c75240e9d986c985b6ddaa7ea18
tree7a9a647c46c497c03cf936c2329cf2c2a77830d7
parent105270fb1f6e6701a0eb56fde84941edbedf1000
Do NOT use CMAKE_CURRENT_SOURCE_DIR for tflite build (#4761)

The current tflite build script uses the hardcoded location of TensorFlow
source code.

This commit removes such hardcoded location and uses TensorFlowSource_DIR
variable instead.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
externals/CMakeLists.txt