lucastheis / cmt

Fast CPU implementations of several conditional probabilistic models
http://lucastheis.github.io/cmt/
MIT License
36 stars 14 forks source link

CMake build for lbfgs #21

Closed jakirkham closed 7 years ago

jakirkham commented 8 years ago

The lbfgs library seems to build with make on UNIX or a Visual Studio project file on Windows. It would be nice if it built using CMake, which would allow it to build nicely on all platforms. Also, this would avoid needing particular version of the Visual Studio files to get it to build with a particular version of Visual Studio.

FlorianFranzen commented 7 years ago

liblbfgs is not maintained by us but by its original author here on github. Please report any issues there.