aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/tf_core_framework.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cmake/tf_core_framework.cmake')
-rw-r--r--tensorflow/contrib/cmake/tf_core_framework.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/contrib/cmake/tf_core_framework.cmake b/tensorflow/contrib/cmake/tf_core_framework.cmake
index 9f02d6cbab..872b016d2b 100644
--- a/tensorflow/contrib/cmake/tf_core_framework.cmake
+++ b/tensorflow/contrib/cmake/tf_core_framework.cmake
@@ -236,15 +236,6 @@ if(WIN32)
list(APPEND tf_core_lib_srcs ${tf_core_platform_windows_srcs})
endif(WIN32)
-if(tensorflow_ENABLE_SSL_SUPPORT)
- # Cloud libraries require boringssl.
- file(GLOB tf_core_platform_cloud_srcs
- "${tensorflow_source_dir}/tensorflow/core/platform/cloud/*.h"
- "${tensorflow_source_dir}/tensorflow/core/platform/cloud/*.cc"
- )
- list(APPEND tf_core_lib_srcs ${tf_core_platform_cloud_srcs})
-endif()
-
if (tensorflow_ENABLE_HDFS_SUPPORT)
list(APPEND tf_core_platform_hdfs_srcs
"${tensorflow_source_dir}/tensorflow/core/platform/hadoop/hadoop_file_system.cc"