paul-michalik / g2o

g2o: A General Framework for Graph Optimization
http://openslam.org/g2o.html
0 stars 0 forks source link

Extend FindXXX scripts to find all dependencies on Windows #2

Closed paul-michalik closed 6 years ago

paul-michalik commented 6 years ago

The vcpkg package manager currently contains all packages required to build all g2o examples and solver variants. Unfortunately, even if all required libraries are installed, CMake fails to detect the libraries like BLAS, CHOLMOD or CSparse due to naming conflicts. The provided FindXXX scripts should be extended to detect the dependencies.