Skip to content

Use system liborigin headers if linking against system liborigin

Antonio Rojas requested to merge arojas/labplot:system-liborigin into master

Currently the liborigin includes are hardcoded to the bundled version even when linking against the system one. This can cause crashes and other errors due to incompatibilities betweeen both versions. No stable liborigin release is supported, but at least now one will get a build time error that makes it clear, instead of crashes at runtime.

CCBUG: 469367

Merge request reports

Loading