GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

Fesapi won't build if environement variable CMAKE_BUILD_TYPE is set tu Debug #226

Open XL64 opened 1 year ago

XL64 commented 1 year ago

It's more a minizip issue but I'll document it here:

If CMAKE_BUILD_TYPE environment variable is set CMake will use it. If it is set to Debug, minizip will change it's lib name as libminizip_d.a instead of libminizip.a. Then fesapi won't link because it looks for libminizip.a

XL64 commented 1 year ago

https://github.com/F2I-Consulting/fesapi/issues/317

klevzoff commented 1 year ago

Also https://github.com/GEOS-DEV/thirdPartyLibs/pull/219

(the workaround is: don't use env variables to set build type)