Skip to content

Commit 93c0b8e

Browse files
authored
Update deploy_dqmgui.sh
1 parent 12db3a1 commit 93c0b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_dqmgui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ compile_root() {
515515
fi
516516
mkdir -p $ROOT_TMP_BUILD_DIR
517517
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
518+
cmake -DCMAKE_INSTALL_PREFIX=$ROOT_INSTALLATION_DIR $ROOT_TMP_DIR -DPYTHON_EXECUTABLE="$(which python${PYTHON_VERSION})" -Dtesting=OFF -Dbuiltin_gtest=OFF
519519
cmake --build . --target install -j $(nproc)
520520
cd $INSTALLATION_DIR
521521
rm -rf $ROOT_TMP_DIR $ROOT_TMP_BUILD_DIR

0 commit comments

Comments
 (0)