I cannot build the project elfio project due to an issue with the 7d30a22fc5aac06adfe7887ae57f3701b6b5f913 tag
1>Checking Build System
1>Creating directories for 'elfio-populate'
Performing download step (git clone) for 'elfio-populate'
Cloning into 'elfio-src'...
fatal: unable to read tree (7d30a22fc5aac06adfe7887ae57f3701b6b5f913)
CMake Error at elfio-subbuild/elfio-populate-prefix/tmp/elfio-populate-gitclone.cmake:61 (message):
Failed to checkout tag: '7d30a22fc5aac06adfe7887ae57f3701b6b5f913'
I was able to bypass the issue by editing the PS2Recomp\ps2xRecomp\CMakeLists.txt and setting Git_SHALLOW to false.
I used "cmake -S . -B out/build" per instruction
I cannot build the project elfio project due to an issue with the 7d30a22fc5aac06adfe7887ae57f3701b6b5f913 tag
I was able to bypass the issue by editing the PS2Recomp\ps2xRecomp\CMakeLists.txt and setting Git_SHALLOW to false.
I used "cmake -S . -B out/build" per instruction