Skip to content

Commit

Permalink
Update comment in FindTensorflow.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Max H. Gerlach <git@maxgerlach.de>
  • Loading branch information
maxhgerlach committed Sep 21, 2021
1 parent 068a027 commit cb5ccb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindTensorflow.cmake
Expand Up @@ -23,7 +23,7 @@ if (LEN EQUAL "4")
list(GET Tensorflow_LIBRARIES_LIST 0 Tensorflow_LIB_PATH_ARGUMENT)
string(REGEX REPLACE "^-L" "" Tensorflow_LIB_PATH ${Tensorflow_LIB_PATH_ARGUMENT})
if (Tensorflow_VERSION VERSION_GREATER_EQUAL "2.6")
# # XLA implementations are in _pywrap_tensorflow_internal.so
# XLA implementations and helpers for resource variables are in _pywrap_tensorflow_internal.so
set(Tensorflow_LIBRARIES "${Tensorflow_LIBRARIES} ${Tensorflow_LIB_PATH}/python/_pywrap_tensorflow_internal.so")
endif()
message("Tensorflow_LIBRARIES := ${Tensorflow_LIBRARIES}")
Expand Down

0 comments on commit cb5ccb6

Please sign in to comment.