Gleb Gudkov
Gleb Gudkov
> This looks good to me. What do you think about adding a `BUILD_TESTING` mega option that will set `BUILD_TEST` and `BUILD_SAN` to off? This option looks pretty standard and...
I have found a workaround specifically for my project. The only thing that does not allow my project to build at once is cmake_minimum_required(VERSION 3.9). I have to change it...
I also ran into this problem when I was trying to decrypt a RAR archive with a password. Have you found a solution to this problem?