We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a536b commit 6dc58a8Copy full SHA for 6dc58a8
deploy_dqmgui.sh
@@ -466,7 +466,7 @@ compile_root() {
466
fi
467
mkdir -p $ROOT_TMP_BUILD_DIR
468
cd $ROOT_TMP_BUILD_DIR
469
- cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPython3_ROOT_DIR=$(which python3)
+ cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPython3_ROOT_DIR=$(which python3) -Dtesting=OFF -Dbuiltin_gtest=OFF
470
cmake --build . --target install -j $(nproc)
471
cd $INSTALLATION_DIR
472
rm -rf $ROOT_TMP_DIR $ROOT_TMP_BUILD_DIR
0 commit comments