FloopCZ / tensorflow_cc

Build and install TensorFlow C++ API library.
MIT License
761 stars 183 forks source link

Fix problem in CMakeLists.txt crashing when using release candidates #262

Closed jappoz closed 3 years ago

jappoz commented 3 years ago

This should fix the problem of cmake complaining when using release candidates (e.g. 2.5.0-rc0) in PROJECT_VERSION file.

Workaround found here: https://gitlab.kitware.com/cmake/cmake/-/issues/16716

I thought it would be useful...

FloopCZ commented 3 years ago

Looks good, thanks!