[ https://issues.apache.org/jira/browse/THRIFT-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Kurz updated THRIFT-5810: ----------------------------------- Description: With THRIFT-5109 the LIB_INSTALL_DIR for MSVC libs chanaged from lib/ to bin/ regardless if shared or static libraries were built. 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. Static MSVC libraries should be installed into the lib/ folder, as it has been done in 0.13.0. was: 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. > 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.14.0, 0.20.0 > Reporter: Alexander Kurz > Priority: Minor > > With THRIFT-5109 the LIB_INSTALL_DIR for MSVC libs chanaged from lib/ to bin/ > regardless if shared or static libraries were built. > 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. > Static MSVC libraries should be installed into the lib/ folder, as it has > been done in 0.13.0. -- This message was sent by Atlassian Jira (v8.20.10#820010)