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
Windows11 + Clion + meson: run meson setup build it's log said:
meson setup build
Dependency tracy found: YES 0.11.1 (overridden) Run-time dependency zlib-ng found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency zlib-ng Building fallback subproject with default_library=static Cloning into 'zlib-ng'... ... Resolving deltas: 100% (81/81), done. Applying diff file "zlib-ng-compat.patch" Applying diff file "zlib-ng-avx-512.patch"
========================================
But it doesn't modify the CMakeLists.txt. I need run git apply ..\packagefiles\zlib-ng-compat.patch by myself to change the file content.
git apply ..\packagefiles\zlib-ng-compat.patch
On ubuntu22.04, everything is fine.
So where is wrong on Windows11?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Windows11 + Clion + meson: run
meson setup build
it's log said:
Dependency tracy found: YES 0.11.1 (overridden)
Run-time dependency zlib-ng found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency zlib-ng
Building fallback subproject with default_library=static
Cloning into 'zlib-ng'...
...
Resolving deltas: 100% (81/81), done.
Applying diff file "zlib-ng-compat.patch"
Applying diff file "zlib-ng-avx-512.patch"
========================================
But it doesn't modify the CMakeLists.txt.
I need run
git apply ..\packagefiles\zlib-ng-compat.patch
by myself to change the file content.
========================================
On ubuntu22.04, everything is fine.
So where is wrong on Windows11?
The text was updated successfully, but these errors were encountered: