Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #29 from mariux64/set-libdir-in-cmake-build-type
Set `CMAKE_INSTALL_LIBDIR` in CMake build type
  • Loading branch information
donald committed Feb 13, 2019
2 parents e77f325 + 13daff2 commit eabddb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtypes/cmake.sh.in
Expand Up @@ -41,6 +41,7 @@ BEE_BUILDTYPE_CMAKE_SOURCEDIR=${BEE_BUILDTYPE_CMAKE_CMAKELISTSTXT%/*}
bee_configure() {
start_cmd cmake \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_INSTALL_LIBDIR=${LIBDIR} \
"${@}" \
${BEE_BUILDTYPE_CMAKE_SOURCEDIR}
}
Expand Down

0 comments on commit eabddb5

Please sign in to comment.