kylelutz / chemkit

A C++ library for molecular modelling, cheminformatics and molecular visualization.
http://www.chemkit.org
BSD 3-Clause "New" or "Revised" License
54 stars 26 forks source link

Fix boost dependencies #34

Closed ktns closed 8 years ago

ktns commented 8 years ago

This patch fixes the dependency issue caused by chemkit_LIB_DEPENDS that is overwritten with -lboost_chrono only, lacking -lboost_filesystem etc.

kylelutz commented 8 years ago

Thanks!