Merge Request to fix compilation issues when compiling MDIS with "LIB_MODE = static"
requested to merge 338-compilation-broken-in-test-setup-3-when-compiling-mdis-with-lib_mode-static into mad-dev
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)