| commit | bcc9cee244a282d9a716890c50ab95a9bb677e80 | [log] [tgz] |
|---|---|---|
| author | Alexander Kurz <alexander.kurz@mvtec.com> | Thu Aug 08 10:43:24 2024 +0000 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Aug 29 21:59:37 2024 +0200 |
| tree | 9ddec60c35770dbe765399731fede2cc23853bcb | |
| parent | 5fc920dac710f6eee0417f58e65f91886ae704eb [diff] |
THRIFT-5810: install static MSVC libraries to lib/ With THRIFT-5109 the LIB_INSTALL_DIR for MSVC libs chanaged from lib/ to bin/ which makes sense for shared libs but is not consistent with the usual treatment of static libs. Install the static libs to lib/, similar to other platforms and projects.