Alexander Kurz created THRIFT-5810: -------------------------------------- Summary: Wrong installation path for static MSVC libs. Key: THRIFT-5810 URL: https://issues.apache.org/jira/browse/THRIFT-5810 Project: Thrift Issue Type: Bug Components: C++ - Library Affects Versions: 0.20.0, 0.14.0 Reporter: Alexander Kurz
With THRIFT-5109 the LIB_INSTALL_DIR for MSVC libs chanaged from lib/ to bin/ regardless if shared or static libraries were build. While for shared MSVC libraries, installation to bin/ folder is correct, the commonly used installation path of static libraries (not only for MSVC) is the lib/ folder. The changes made in THRIFT-5109 do not distinguish between static and shared MSVC libs. -- This message was sent by Atlassian Jira (v8.20.10#820010)