Kmer-File-Format / kff-cpp-api

A C++ API to read and write kff files
GNU Affero General Public License v3.0
9 stars 8 forks source link

Improve user build experience #12

Closed natir closed 3 years ago

natir commented 3 years ago

Hi,

This PR try to improve user build experience.

I remove a warning message for user with cmake upper than 3.20.5

And now user can build project with pipeline similar to this one:

mkdir foo_bar
cd foo_bar
cmake ..
make