Replies: 1 comment
-
Yeah, it's a recent change in bit7z. The project now doesn't use git submodules anymore for managing dependencies like 7-zip. Instead, it uses CPM.cmake to download and configure them in build/_deps. In any case, I've added the CMake option I'm considering whether to check if the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I thought before if I didn't place the 7-Zip source in the third_party folder, bit7z wouldn't build, but now it does. But the cmake output is saying it is pulling 7-Zip 23.01 and putting it in build/_deps, even if the source is in third_party. So which is it using?
I definitely don't want to use 23.01 yet. Can I ensure that I am using 22.01?
Beta Was this translation helpful? Give feedback.
All reactions