The make all target fail to build without these, although make check works.
The two libraries which are skipped when USE_VERTEXOBJ=OFF are only needed when building the fedem-gui, therefore we don't need to define USE_VERTEXOBJ when building the solvers.
This will (hopefully) fix SAP/fedem-solvers#9.
The
make all
target fail to build without these, althoughmake check
works. The two libraries which are skipped when USE_VERTEXOBJ=OFF are only needed when building the fedem-gui, therefore we don't need to define USE_VERTEXOBJ when building the solvers.