Skip to content

fix/tinyxml

Michael Turner requested to merge fix/tinyxml into master

TinyXml has a small bug where the length of the input stringstream is an int. This causes meshes bigger than about 12M elements to fail.

This applies a small patch step to the externalproject. The cmake system now firstly checks that "patch" exists on the system, if it doesnt it wont apply the fix.

This has been tested on a mesh of 26M elements and fixes the issue.

Edited by Michael Turner

Merge request reports