commit/c5b56b35c264664e897a2895e2561a5fb8287703
The current debian source libzstd-dev.install is assuming
zstdTargets*.cmake present in
CMakeFiles/Export//. CMake 3.24 changed
the path. Prior to CMake 3.24, this directory is
CMakeFiles/Export/lib/${DEB_HOST_GNU_TYPE}/cmake/zstd.
Regards,
yumeyao
;m aware that I can set an envvar DEB_BUILD_OPTIONS='parallel=XX'
before the build, but I assume the proper fix for it should be:
else
NJOBS := -j $(shell nproc)
endif
Regards,
yumeyao
2 matches
Mail list logo