X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcmake-build.sh;h=2466c1739a5b88443f3bcfe3f691479f533c1590;hb=4a56aac71ab83cf0848ed254d0e9d955f5835a17;hp=a6a41e4c452af2f41ea1c284f9912b8b9f792e4d;hpb=f0dae8046088b145652b9da6a15068b8c99ced6c;p=releng%2Fglobal-jjb.git diff --git a/shell/cmake-build.sh b/shell/cmake-build.sh index a6a41e4c..2466c173 100644 --- a/shell/cmake-build.sh +++ b/shell/cmake-build.sh @@ -27,7 +27,7 @@ mkdir -p "$build_dir" cd "$build_dir" || exit # $cmake_opts needs to wordsplit to pass options. # shellcheck disable=SC2086 -cmake -DCMAKE_INSTALL_PREFIX="$INSTALL_PREFIX" $cmake_opts .. +eval cmake -DCMAKE_INSTALL_PREFIX="$INSTALL_PREFIX" $cmake_opts .. # $make_opts needs to wordsplit to pass options. # shellcheck disable=SC2086 make $make_opts