Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
buildtypes/cmake: be chatty & colorful on demand
- turn off colored Makefiles to allow logging on automated bees
- be more verbose to allow parsing via automated bees
  • Loading branch information
wwwutz committed Oct 28, 2019
1 parent 30911fe commit ea107eb
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 ea107eb

Please sign in to comment.