updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-02-28 17:42:26 -06:00
parent a7d570d5a0
commit 6aee374725
2 changed files with 10 additions and 9 deletions

View File

@ -18,6 +18,8 @@ fi
ln -sf "${PROJECT_BUILD_DIR}/build/compile_commands.json" "${PROJECT_SOURCE_DIR}/compile_commands.json"
pushd "${PROJECT_BUILD_DIR}"
export CMAKE_BUILD_PARALLEL_LEVEL=${NUM_JOBS}
cmake "${PROJECT_SOURCE_DIR}" \
-G"Unix Makefiles" \
-DPROJECT_COMPANY_NAME="${PROJECT_COMPANY_NAME}" \
@ -34,7 +36,6 @@ if [ "${PROJECT_BUILD_CLEAN}" == "clean" ]; then
popd
fi
export CMAKE_BUILD_PARALLEL_LEVEL=${NUM_JOBS}
make || exit 1
pushd build