waveygang / wfmash

base-accurate DNA sequence alignments using WFA and mashmap2
MIT License
172 stars 15 forks source link

BUILD_STATIC not used #249

Open pickettbd opened 1 month ago

pickettbd commented 1 month ago

I tried to build from source and tried the -DBUILD_STATIC=ON trick as listed in the README. I got this warning from cmake:

CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_STATIC

The final output is still dynamically linked. Is a static build presently unimplemented?