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
When CMake uses ninja as backend instead of UNIX Makefiles, the building process fails because it cannot download Z3.
The Z3 download process is configured as:
gazer/src/SolverZ3/CMakeLists.txt
Lines 7 to 16 in 0215081
It is a known issue, that countermeasures has to be made due to ninja's dependency scanning mechanism: https://stackoverflow.com/questions/50400592/using-an-externalproject-download-step-with-ninja
This issue should either be resolved, or marked as wontfix, and the documentation extended accordingly.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When CMake uses ninja as backend instead of UNIX Makefiles, the building process fails because it cannot download Z3.
The Z3 download process is configured as:
gazer/src/SolverZ3/CMakeLists.txt
Lines 7 to 16 in 0215081
It is a known issue, that countermeasures has to be made due to ninja's dependency scanning mechanism: https://stackoverflow.com/questions/50400592/using-an-externalproject-download-step-with-ninja
This issue should either be resolved, or marked as wontfix, and the documentation extended accordingly.
The text was updated successfully, but these errors were encountered: