Skip to content

Commit b352d9d

Browse files
committed
Update TF to v2.4.0
1 parent 0617037 commit b352d9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow_cc/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ project(
88
# If enabled, bazel has to be installed.
99
option(ALLOW_CUDA "Try to find and use CUDA." ON)
1010
option(REQUIRE_CUDA "Make sure to find and use CUDA (implies ALLOW_CUDA)." OFF)
11-
set(TENSORFLOW_TAG "v${version}-rc1" CACHE STRING "The tensorflow release tag to be checked out (default v${version}).")
12-
# TODO REMOVE THE -rc1 prefix
11+
set(TENSORFLOW_TAG "v${version}" CACHE STRING "The tensorflow release tag to be checked out (default v${version}).")
1312
set(TARGET_CXX_STANDARD "cxx_std_11" CACHE STRING "C++ standard to be enforced when linking to TensorflowCC targets (e.g., cxx_std_11).")
1413

1514
# -------------

0 commit comments

Comments
 (0)