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
Some recent commits may have made the build fail when Python is disabled. Particularly (I think) e78af11 .
Tests especially may fail to build if NGEN_ACTIVATE_PYTHON is OFF.
NGEN_ACTIVATE_PYTHON
OFF
Framework should compile and tests should build when NGEN_ACTIVATE_PYTHON is OFF
Build all with NGEN_ACTIVATE_PYTHON:BOOL=OFF
NGEN_ACTIVATE_PYTHON:BOOL=OFF
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Some recent commits may have made the build fail when Python is disabled. Particularly (I think) e78af11 .
Current behavior
Tests especially may fail to build if
NGEN_ACTIVATE_PYTHON
isOFF
.Expected behavior
Framework should compile and tests should build when
NGEN_ACTIVATE_PYTHON
isOFF
Steps to replicate behavior (include URLs)
Build all with
NGEN_ACTIVATE_PYTHON:BOOL=OFF
Screenshots
The text was updated successfully, but these errors were encountered: