-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ninja + cmake on Windows build error #2770
Labels
Comments
@Cyan4973 Thank you for proper tagging. Any help would be appreciated. |
You are propably using Clang (not Clang-cl) |
Is there any action for us to take on this issue? |
The best way would be to extend this code block zstd/build/cmake/lib/CMakeLists.txt Lines 108 to 113 in c2c6a4a
to add an additional check for Clang on Windows. I will create a pull request as soon as I have time. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Cannot build ZSTD using
ninja
+cmake
(versions below) on Windows. Perhaps it's the cmake's fault but is there any workaround?msbuild
generator works fine.Trying
-w dupbuild=warn
leads to errors as well.Versions
The text was updated successfully, but these errors were encountered: