1168 added a fetch content patch to the rapidjson dependency to resolve a deprecation warning.
Patch commands are non-trivial, and my implementation which behaves well on linux does not behave well on windows on a reconfigure that re-triggers the patch command.
When git apply is triggered when it has previously been applied already, it will fail with a non-zero error code.
Under linux this can be fixed with || true, but this does not work under windows.
1168 added a fetch content patch to the rapidjson dependency to resolve a deprecation warning.
Patch commands are non-trivial, and my implementation which behaves well on linux does not behave well on windows on a reconfigure that re-triggers the patch command.
When git apply is triggered when it has previously been applied already, it will fail with a non-zero error code.
Under linux this can be fixed with
|| true
, but this does not work under windows.