Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #41 from mariux64/verbose-cmake
buildtypes/cmake: be chatty & colorful on demand
  • Loading branch information
donald committed Oct 29, 2019
2 parents 30911fe + ea107eb commit 388381f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtypes/cmake.sh.in
Expand Up @@ -42,6 +42,8 @@ bee_configure() {
start_cmd cmake \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_INSTALL_LIBDIR=${LIBDIR} \
-DCMAKE_COLOR_MAKEFILE=OFF \
-DCMAKE_VERBOSE_MAKEFILE=ON \
"${@}" \
${BEE_BUILDTYPE_CMAKE_SOURCEDIR}
}
Expand Down

0 comments on commit 388381f

Please sign in to comment.