Use `LIB_INSTALL_DIR`
isaachier opened this issue · 2 comments
isaachier commented
@mrostecki added this pull request to my project. I asked him to please post it here but I don't think he has had time to do so. I was wondering how you feel about this issue. Below is a quote from the linked PR.
The common practice in cmake to allow to specify the libdir is using the LIB_INSTALL_DIR variable. The main use case of that variable is setting /usr/lib64 as the destination dir for libraries which is a common pattern in many Linux distributions.
vadorovsky commented
It seems that it's already done, there is a commit made 2 months ago:
The name of the variable is CMAKE_INSTALL_LIBDIR
.
isaachier commented
Good catch my mistake.