rvaser / spoa

SIMD partial order alignment tool/library
MIT License
158 stars 32 forks source link

Please set policy CMP0074 to NEW #67

Open jguhlin opened 1 year ago

jguhlin commented 1 year ago

Our HPC uses zlib 1.2.7, but spoa requires 1.2.8, and due to the above cmake policy it is not straightforward to use another ZLIB in place (no root access, upgrading is not possible). If you set the above we can set ZLIB_ROOT to allow us to compile this on older systems using conda/mamba envs with newer zlib's.

Cheers

rvaser commented 1 year ago

Does this work for you? https://github.com/rvaser/spoa/compare/master...policy

Best regards, Robert