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
In liblx/src/bindings/python/CMakeLists.txt, and presumably in the equivalent in libSBML, there are two invocations of the swig executable, like:
liblx/src/bindings/python/CMakeLists.txt
libSBML
swig
COMMAND "${SWIG_EXECUTABLE}" ARGS -I${CMAKE_CURRENT_SOURCE_DIR}/../swig/ -I${CMAKE_CURRENT_SOURCE_DIR} -I${CMAKE_CURRENT_BINARY_DIR} ...
One of these invocations has the -DGENERATING_DOCS option.
-DGENERATING_DOCS
Do we need to invoke swig twice like this?
This does not appear to be a problem with the other bindings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
liblx/src/bindings/python/CMakeLists.txt
, and presumably in the equivalent inlibSBML
, there are two invocations of theswig
executable, like:One of these invocations has the
-DGENERATING_DOCS
option.Do we need to invoke
swig
twice like this?This does not appear to be a problem with the other bindings.
The text was updated successfully, but these errors were encountered: