Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz and coderabbitai[bot] authored Nov 13, 2024
1 parent c455b00 commit 5d4b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cmake/FindTensorFlowC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ if(NOT TensorFlowC_FOUND)
target_include_directories(TensorFlow::tensorflow_c
INTERFACE ${TENSORFLOWC_INCLUDE_DIR})

mark_as_advanced(TENSORFLOWC_LIBRARY TENSORFLOWC_INCLUDE_DIR =)
mark_as_advanced(TENSORFLOWC_LIBRARY TENSORFLOWC_INCLUDE_DIR)
endif()

0 comments on commit 5d4b54d

Please sign in to comment.