PatWie / tensorflow-cmake

TensorFlow examples in C, C++, Go and Python without bazel but with cmake and FindTensorFlow.cmake
Apache License 2.0
439 stars 91 forks source link

Cmake style guidelines #45

Closed hjmjohnson closed 5 years ago

hjmjohnson commented 5 years ago

Breaking #43 into separate PR's on the master branch.

PatWie commented 5 years ago

Thank you for breaking these changes into smaller pieces. I wonder if there is a better option than https://github.com/richq/cmake-lint (and https://github.com/cheshirekow/cmake_format) to automatically lint these files as well.

hjmjohnson commented 5 years ago

Thank you for breaking these changes into smaller pieces. I wonder if there is a better option than https://github.com/richq/cmake-lint (and https://github.com/cheshirekow/cmake_format) to automatically lint these files as well.

I've never used this package before. I'm not sure if there are better solutions.