We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I’m using SimZip, which depends on miniz. It compiles successfully, but the installation failed.
error message:
[1/6] Zipping to demo/cmake-build-debug/_deps/miniz-build/miniz.zip. FAILED: _deps/miniz-build/miniz-3.0.2.zip demo/cmake-build-debug/_deps/miniz-build/miniz-3.0.2.zip cd demo/cmake-build-debug/_deps/miniz-build/amalgamation && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy_directory demo/examples demo/cmake-build-debug/_deps/miniz-build/amalgamation/examples && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy demo/ChangeLog.md demo/cmake-build-debug/_deps/miniz-build/amalgamation/ChangeLog.md && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy demo/readme.md demo/cmake-build-debug/_deps/miniz-build/amalgamation/readme.md && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E copy demo/LICENSE demo/cmake-build-debug/_deps/miniz-build/amalgamation/LICENSE && /Users/leo/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E tar cf demo/cmake-build-debug/_deps/miniz-build/miniz-3.0.2.zip --format=zip -- miniz.c miniz.h ChangeLog.md readme.md LICENSE Error copying directory from "demo/examples" to "demo/cmake-build-debug/_deps/miniz-build/amalgamation/examples".
By the way, miniz will be compiled into a static library. I don’t quite understand why these files need to be copied.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I’m using SimZip, which depends on miniz. It compiles successfully, but the installation failed.
error message:
By the way, miniz will be compiled into a static library. I don’t quite understand why these files need to be copied.
The text was updated successfully, but these errors were encountered: