Release v1.2.0 #47

Merged
meierj merged 229 commits from develop into master 2021-06-21 17:58:40 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9097438cc2 - Show all commits

View File

@ -16,7 +16,7 @@ fi
build_generator="Unix Makefiles"
os_fsfw="linux"
builddir="build-Debug-Linux"
builddir="build-Debug-Host"
echo "Running command (without the leading +):"
set -x # Print command

View File

@ -16,7 +16,7 @@ fi
build_generator="Unix Makefiles"
os_fsfw="linux"
builddir="build-Release-Linux"
builddir="build-Release-Host"
echo "Running command (without the leading +):"
set -x # Print command