File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ if [%COMMSDSL_REPO%] == [] set COMMSDSL_REPO="https://github.com/commschamp/comm
2626
2727if [%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-
3329if [%COMMON_BUILD_TYPE% ] == [] set COMMON_BUILD_TYPE = Debug
3430
3531set COMMS_SRC_DIR = %EXTERNALS_DIR% /comms
Original file line number Diff line number Diff line change @@ -68,13 +68,6 @@ if [ -n "${COMMON_INSTALL_DIR}" ]; then
6868 COMMSDSL_INSTALL_DIR=${COMMON_INSTALL_DIR}
6969fi
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-
7871procs=$( nproc)
7972if [ -n " ${procs} " ]; then
8073 procs_param=" -- -j${procs} "
You can’t perform that action at this time.
0 commit comments