We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0617037 commit b352d9dCopy full SHA for b352d9d
tensorflow_cc/CMakeLists.txt
@@ -8,8 +8,7 @@ project(
8
# If enabled, bazel has to be installed.
9
option(ALLOW_CUDA "Try to find and use CUDA." ON)
10
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
+set(TENSORFLOW_TAG "v${version}" CACHE STRING "The tensorflow release tag to be checked out (default v${version}).")
13
set(TARGET_CXX_STANDARD "cxx_std_11" CACHE STRING "C++ standard to be enforced when linking to TensorflowCC targets (e.g., cxx_std_11).")
14
15
# -------------
0 commit comments