slight adaptions

This commit is contained in:
Robin Müller 2021-06-30 15:58:56 +02:00
parent a27187825a
commit 16e865341e
No known key found for this signature in database
GPG Key ID: 9C287E88FED11DF3
3 changed files with 2 additions and 2 deletions

View File

@ -31,5 +31,5 @@ fi
echo "Running command (without the leading +):"
set -x # Print command
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
-l"${build_dir}" -d "${definitions}"
-l "${build_dir}" -d "${definitions}"
# set +x

View File

@ -29,6 +29,6 @@ fi
echo "Running command (without the leading +):"
set -x # Print command
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
-l"${build_dir}" -d "${definitions}"
-l "${build_dir}" -d "${definitions}"
# set +x

0
cmake/scripts/cmake_build_config.py Normal file → Executable file
View File