OpenMS / contrib

Automated CMake build scripts for the OpenMS contrib libraries
Other
0 stars 21 forks source link

zlib installs dlls into lib folder #61

Closed jpfeuffer closed 6 years ago

jpfeuffer commented 6 years ago

It should go to bin like the others.

jpfeuffer commented 6 years ago

I think it is because it was built Statically before. We have to ship it if it is a dll (not the case). Have to find the commit that changed that.

jpfeuffer commented 6 years ago

Ah no, static is built to (correctly in lib). Seems like we do not choose the static lib in OpenMS CMake. Can be closed after #62