Skip to content

Commit f560ec1

Browse files
committed
Remove unnecessary setting in the externals preparation script.
1 parent 9fc58f9 commit f560ec1

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

script/prepare_externals.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ if [%COMMSDSL_REPO%] == [] set COMMSDSL_REPO="https://github.com/commschamp/comm
2626

2727
if [%COMMSDSL_TAG%] == [] set COMMSDSL_TAG="master"
2828

29-
if [%CC_TOOLS_QT_REPO%] == [] set CC_TOOLS_QT_REPO="https://github.com/commschamp/cc_tools_qt.git"
30-
31-
if [%CC_TOOLS_QT_TAG%] == [] set CC_TOOLS_QT_TAG="master"
32-
3329
if [%COMMON_BUILD_TYPE%] == [] set COMMON_BUILD_TYPE=Debug
3430

3531
set COMMS_SRC_DIR=%EXTERNALS_DIR%/comms

script/prepare_externals.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ if [ -n "${COMMON_INSTALL_DIR}" ]; then
6868
COMMSDSL_INSTALL_DIR=${COMMON_INSTALL_DIR}
6969
fi
7070

71-
CC_TOOLS_QT_SRC_DIR=${EXTERNALS_DIR}/cc_tools_qt
72-
CC_TOOLS_QT_BUILD_DIR=${BUILD_DIR}/externals/cc_tools_qt/build
73-
CC_TOOLS_QT_INSTALL_DIR=${CC_TOOLS_QT_BUILD_DIR}/install
74-
if [ -n "${COMMON_INSTALL_DIR}" ]; then
75-
CC_TOOLS_QT_INSTALL_DIR=${COMMON_INSTALL_DIR}
76-
fi
77-
7871
procs=$(nproc)
7972
if [ -n "${procs}" ]; then
8073
procs_param="-- -j${procs}"

0 commit comments

Comments
 (0)