With the new CMake file structure, no need to dive into "src"

This commit is contained in:
Joerg Wunsch 2022-01-30 10:46:27 +01:00
parent a3868a8260
commit e28e28d7c3
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ case "${ostype}" in
;;
esac
cd src
cmake ${build_flags} ${extra_enable} -D CMAKE_BUILD_TYPE=${build_type} -B build_${ostype} ||\
{ echo "CMake failed."; exit 1; }
cmake --build build_${ostype} ||\