-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
unsupported linker arg: --dependency-file #206
Comments
Related: Try add: if (CMAKE_HOST_UNIX)
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE)
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE)
endif() Works for me! Same problem in archlinux - |
Didn't work for me but I also didn't any variables with those names. Neither online nor with |
Nevermind. It didn't work when using exported environment variables but when adding them as command line arguments ( |
In case someone's interested in it:
|
Let's track this on the ziglang/zig repo: ziglang/zig#22213 |
It might be worth to push above fix to the repo as long as this flag isn't implemented by zig, no? |
I'm not yet convinced that this isn't a CMake bug. I can't find any good reason why CMake would conclude that |
CMAKE_BUILD_PARALLEL_LEVEL=28. /build x86_64-linux-gnu baseline
Arch Linux
master/50d8e88b
The text was updated successfully, but these errors were encountered: