Results 12 comments of Xavier Berger

I use this lib as follow (with fetch content on my fork to get benefice of pull request just proposed): ``` include(FetchContent) FetchContent_Declare( Zip GIT_REPOSITORY https://github.com/XavierBerger/11Zip.git GIT_TAG master ) FetchContent_MakeAvailable(Zip)...

Thanks @pszafer for the Pull Request. I did test it on my project and I can also confirm that the current code it is working. It is working, yes, _but...