Dobiasd / frugally-deep

A lightweight header-only library for using Keras (TensorFlow) models in C++.
MIT License
1.07k stars 237 forks source link

Improve the install of cmake files #409

Closed trixirt closed 11 months ago

trixirt commented 11 months ago

On Fedora the proper install location of cmake files depends on the arch. For example for x86_64, this is /usr/lib64, not /usr/lib.

Copy bits from FunctionalPlus' install-rules.cmake to generalize the cmake install location.

Dobiasd commented 11 months ago

Thanks! :heart: