bitextor / bleualign-cpp

GNU General Public License v3.0
7 stars 2 forks source link

Remove boost log dependency #5

Closed jelmervdl closed 4 years ago

jelmervdl commented 4 years ago

It was not compiling properly against Boost 1.72 due to a linking error (both locally and on CSD3 for me).

Only logging.{cpp,h} seemed to depend on libboost-log and none of the functions from logging were used anywhere in the code.

zuny26 commented 4 years ago

Yeah, that makes sense, thank you!