-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libSBML
updated
12 files
+6 −17 | CMakeLists.txt | |
+90 −63 | CMakeModules/FindEXPAT.cmake | |
+0 −200 | CMakeModules/FindLIBSBML.cmake | |
+60 −1 | CMakeModules/FindLIBXML.cmake | |
+1 −1 | CMakeModules/FindXERCES.cmake | |
+1 −1 | VERSION.txt | |
+9 −9 | configure | |
+1 −1 | src/sbml/common/libsbml-version.h | |
+26 −0 | src/sbml/test/TestReadFromFile8.cpp | |
+18 −0 | src/sbml/test/test-data/exploit.xml | |
+20 −6 | src/sbml/xml/XercesParser.cpp | |
+2 −0 | src/sbml/xml/XercesParser.h |