slight adaptions
This commit is contained in:
parent
a27187825a
commit
16e865341e
@ -31,5 +31,5 @@ fi
|
|||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${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
|
# set +x
|
||||||
|
@ -29,6 +29,6 @@ fi
|
|||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${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
|
# set +x
|
||||||
|
|
||||||
|
0
cmake/scripts/cmake_build_config.py
Normal file → Executable file
0
cmake/scripts/cmake_build_config.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user