-
Notifications
You must be signed in to change notification settings - Fork 152
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
Compile error using ninja #48
Comments
This is a bug in llvm. In HandleLLVMOptions.cmake, they add the flag |
The |
I run into the same issue. If using cmake 3.1, check_linker_flag can work as expected, but when using cmake 3.12, check_linker_flag always passes. Could you please elobrate how you solved that problem? I added cmake_policy(set CMP0056 NEW) but that error still existed. |
I am getting an error when I try to build ikos using ninja:
The text was updated successfully, but these errors were encountered: