Error during cmake --install on windows (lv2_helper missing)

running cmake --install on the JUCE source code, I get the following error:

CMake Error at cmake_install.cmake:71 (file):
file INSTALL cannot find “E:/JUCE/build/Release/juce_lv2_helper.exe”: No
error.

cmake version 3.26.4
JUCE v7.0.5

I’m unable to repro on either macOS 13 or Windows 10 with the latest develop branch.

I’m running these commands:

cmake -B cmake-install -D CMAKE_INSTALL_PREFIX=/path/to/install
cmake --build cmake-install --target install

Are you able to install using the same commands?