From e28e28d7c3781ebc620a1df1b39dcd7e1bcf1cba Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 30 Jan 2022 10:46:27 +0100 Subject: [PATCH] With the new CMake file structure, no need to dive into "src" --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index d3cb3c2f..baea4516 100755 --- a/build.sh +++ b/build.sh @@ -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} ||\