Commit 18964a49 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

WIP: remove TENSORFLOW_FRAMEWORK from CMake (doesn't work: google:protobuf not found in apps)

No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -12,9 +12,8 @@ if(OTB_USE_TENSORFLOW)
# find Tensorflow LIBRARIES
find_library(TENSORFLOW_CC_LIB NAMES libtensorflow_cc)
find_library(TENSORFLOW_FRAMEWORK_LIB NAMES libtensorflow_framework)
set(TENSORFLOW_LIBS "${TENSORFLOW_CC_LIB}" "${TENSORFLOW_FRAMEWORK_LIB}")
set(TENSORFLOW_LIBS "${TENSORFLOW_CC_LIB}")
else()
message("Tensorflow support disabled")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment