Skip to content

Commit

Permalink
cmake: add arguments to cmake invocation to support cache configuration
Browse files Browse the repository at this point in the history
Signed-off-by: John Coyle <dx9err@gmail.com>
  • Loading branch information
dx9 committed Jun 17, 2016
1 parent 94fac96 commit 159b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-cmake-check.sh
Expand Up @@ -50,7 +50,7 @@ function run() {
$DRY_RUN ./autogen.sh || return 1
$DRY_RUN mkdir build
$DRY_RUN cd build
$DRY_RUN cmake ../
$DRY_RUN cmake "$@" ../
$DRY_RUN make $BUILD_MAKEOPTS || return 1
}

Expand Down

0 comments on commit 159b786

Please sign in to comment.