F2I-Consulting / fesapi

DevKit for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
32 stars 24 forks source link

Won't build on UNIX with MINIZIP_DEBUG #317

Closed XL64 closed 6 months ago

XL64 commented 1 year ago

What are the steps to reproduce this issue?

  1. … Set CMAKE_BUILD_TYPE=Debug on UNIX
  2. … Build GEOS-DEV/thirdPartyLibraries

What does happen?

… FESAPI won't link because it looks for libminizip.a and not libminizip_d.a

What were you expecting to happen?

… Link with libminizip_d.a

Any logs, error output, etc?

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?

… not really a bug...

What versions of fesapi are you using?

… 2.4.0.0

XL64 commented 1 year ago

https://github.com/GEOS-DEV/thirdPartyLibs/issues/226