Skip to content

Merge Request to fix compilation issues when compiling MDIS with "LIB_MODE = static"

The issue is already fixed. The problem was related with the linkage order as in static linkage, the dependency order matters. It is evaluated from left-to-right.

Closes #338 (closed)

Merge request reports