minor updates

This commit is contained in:
2021-06-11 15:06:46 +02:00
parent 7f8d0b6e14
commit 76c6702f41
3 changed files with 3 additions and 2 deletions

2
cmake/scripts/Host/create_cmake_debug_cfg.sh Normal file → Executable file
View File

@ -15,7 +15,7 @@ if [ "${counter}" -ge 5 ];then
fi
build_generator=""
build_dir="Debug-Host"
build_dir="build-Debug-Host"
os_fsfw="host"
if [ "${OS}" = "Windows_NT" ]; then
build_generator="MinGW Makefiles"