Junio C Hamano <gitster@xxxxxxxxx> wrote: > "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> > writes: > > > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > > > When the `oidtree` test helper was turned into a unit test, a new > > `lib-oid` source file was added as dependency. This was only done in the > > Makefile so far, but also needs to be done in the CMake definition. > > > > This is a companion of ed548408723d (t/: migrate helper/test-oidtree.c > > to unit-tests/t-oidtree.c, 2024-06-08). > > > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > > --- > > cmake: fix build of t-oidtree > > > > This is based on the gt/unit-test-oidtree branch. > > > > /cc "Ghanshyam Thakkar" shyamthakkar001@xxxxxxxxx > > The base topic has been merged last month during this cycle, so the > fix must be merged down to the 'master' before the release. Will > queue. Changes look correct to me. I was not aware of the existance of CMakeLists in the tree cause there was no mention of CMake support in the docs about building git from source, but it was my mistake for grepping for 'test-lib' in just the Makefile instead of project wide. Apologies for the negligance and thanks for the patch.