Skip to content

Commit

Permalink
Merge pull request tensorflow#13722 from yongtang/11975-cmake-tensorf…
Browse files Browse the repository at this point in the history
…low_BUILD_ALL_KERNELS=OFF

Fix cmake build with `Dtensorflow_BUILD_ALL_KERNELS=OFF` error
  • Loading branch information
caisq authored Oct 15, 2017
2 parents 3161e42 + 81bc3b4 commit cffe603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/contrib/cmake/tf_core_kernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ else(tensorflow_BUILD_ALL_KERNELS)
"${tensorflow_source_dir}/tensorflow/core/kernels/matmul_op.cc"
"${tensorflow_source_dir}/tensorflow/core/kernels/no_op.h"
"${tensorflow_source_dir}/tensorflow/core/kernels/no_op.cc"
"${tensorflow_source_dir}/tensorflow/core/kernels/ops_util.h"
"${tensorflow_source_dir}/tensorflow/core/kernels/ops_util.cc"
"${tensorflow_source_dir}/tensorflow/core/kernels/sendrecv_ops.h"
"${tensorflow_source_dir}/tensorflow/core/kernels/sendrecv_ops.cc"
)
Expand Down

0 comments on commit cffe603

Please sign in to comment.