Skip to content

Commit

Permalink
Merge pull request #11013 from xiexingguo/xxg-wip-fix-cmake-check
Browse files Browse the repository at this point in the history
build: drop dryrun of autogen.sh from run-cmake-check.sh script
  • Loading branch information
liewegas committed Sep 8, 2016
2 parents 73e4d2d + a776f5a commit fd1bf4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run-cmake-check.sh
Expand Up @@ -47,7 +47,6 @@ function run() {
if test -f ./install-deps.sh ; then
$DRY_RUN ./install-deps.sh || return 1
fi
$DRY_RUN ./autogen.sh || return 1
$DRY_RUN mkdir build
$DRY_RUN cd build
$DRY_RUN cmake "$@" ../
Expand Down

0 comments on commit fd1bf4a

Please sign in to comment.