achristianson opened a new pull request #834: URL: https://github.com/apache/nifi-minifi-cpp/pull/834
Use `GNUInstallDirs` for more reliable determination of installed lib/lib64 directories. This fixes a bug :beetle: I ran into when attempting to build on Arch Linux. According to https://cmake.org/cmake/help/v3.4/module/GNUInstallDirs.html `GNUInstallDirs` `CMAKE_INSTALL_LIBDIR` will give the correct dir: "object code libraries (lib or lib64 or lib/<multiarch-tuple> on Debian)" Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For all changes: - [x] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [x] Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character. - [x] Has your PR been rebased against the latest commit within the target branch (typically master)? - [x] Is your initial contribution a single, squashed commit? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
