Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lozac'h Loic
AgriSoilMoisture
Commits
a7c52349
Commit
a7c52349
authored
Jan 13, 2021
by
Lozac'h Loic
Browse files
test
parent
3e9a7f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a7c52349
...
...
@@ -22,8 +22,7 @@ if(OTB_USE_TENSORFLOW)
find_library
(
TENSORFLOW_CC_LIB NAMES libtensorflow_cc
)
find_library
(
TENSORFLOW_FRAMEWORK_LIB NAMES libtensorflow_framework
)
set
(
OTBTensorflow_SYSTEM_INCLUDE_DIRS
${
tensorflow_include_dir
}
)
set
(
OTBTensorflow_LIBRARIES
${
TENSORFLOW_CC_LIB
}
${
TENSORFLOW_FRAMEWORK_LIB
}
)
set
(
TENSORFLOW_LIBS
"
${
TENSORFLOW_CC_LIB
}
"
"
${
TENSORFLOW_FRAMEWORK_LIB
}
"
)
else
()
message
(
"Tensorflow support disabled"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment