karel-brinda / ococo

Ococo: the first online variant and consensus caller. Call genomic consensus directly from an unsorted SAM/BAM stream.
https://arxiv.org/abs/1712.01146
MIT License
47 stars 3 forks source link

Wrong dynamic linking of Boost on some machines #9

Closed karel-brinda closed 8 years ago

karel-brinda commented 8 years ago

On some machines, CMake tries to link Boost dynamically and fails. Observed in combination with Boost installed by linuxbrew.

karel-brinda commented 8 years ago

Maybe it is caused by outdated CMakeCache.txt (created before dynamic linking was specified in CMakeLists.txt).