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 12db3a1 commit 93c0b8eCopy full SHA for 93c0b8e
deploy_dqmgui.sh
@@ -515,7 +515,7 @@ compile_root() {
515
fi
516
mkdir -p $ROOT_TMP_BUILD_DIR
517
cd $ROOT_TMP_BUILD_DIR
518
- cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPYTHON_EXECUTABLE=="$(which python${PYTHON_VERSION})" -Dtesting=OFF -Dbuiltin_gtest=OFF
+ cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPYTHON_EXECUTABLE="$(which python${PYTHON_VERSION})" -Dtesting=OFF -Dbuiltin_gtest=OFF
519
cmake --build . --target install -j $(nproc)
520
cd $INSTALLATION_DIR
521
rm -rf $ROOT_TMP_DIR $ROOT_TMP_BUILD_DIR
0 commit comments