diff --git a/cmake/modules/Findtensorflow.cmake b/cmake/modules/Findtensorflow.cmake index f148d10..9c9980b 100644 --- a/cmake/modules/Findtensorflow.cmake +++ b/cmake/modules/Findtensorflow.cmake @@ -23,7 +23,7 @@ include(FetchContent) FetchContent_Declare( tensorflow GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git - GIT_TAG v2.14.0 + GIT_TAG v2.16.1 ) FetchContent_GetProperties(tensorflow) if(NOT tensorflow_POPULATED)