aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-09-13 15:47:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-13 15:56:34 -0700
commit133a9ef4cb05e4a1a2122bdb5176e2954139c3c3 (patch)
tree6aa3e69c923043508fe7c7756eef7417d215340c /tensorflow/contrib/cmake
parentec3f08e28f77309860fe7430a4567407bc26c5df (diff)
Put a deprecation notice in cmake readme.
PiperOrigin-RevId: 212892844
Diffstat (limited to 'tensorflow/contrib/cmake')
-rw-r--r--tensorflow/contrib/cmake/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/cmake/README.md b/tensorflow/contrib/cmake/README.md
index 0b79f718d4..789dab81ed 100644
--- a/tensorflow/contrib/cmake/README.md
+++ b/tensorflow/contrib/cmake/README.md
@@ -1,6 +1,10 @@
TensorFlow CMake build
======================
+CMAKE build is deprecated for TensorFlow. Please use `bazel` to build TF for all
+platforms. For details, see the
+[TensorFlow install guide](https://www.tensorflow.org/install/).
+
This directory contains CMake files for building TensorFlow on Microsoft
Windows. [CMake](https://cmake.org) is a cross-platform tool that can
generate build scripts for multiple build systems, including Microsoft