Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
506 stars 165 forks source link

Make appveyor pass #87

Closed Martinsos closed 7 years ago

Martinsos commented 7 years ago

After adding c++11 flag, appveyor is failing. I believe it is due to me also raising version of cmake to 3.1, and appveyor probably has lower cmake version? Anyway, it seems the problem is it does not use c++11 flag. Investigate it and fix it.

Martinsos commented 7 years ago

Done