Skip to content

Fix MakeFile

Tango-Controls Bot requested to merge github/fork/cmft/patch-1 into master

Created by: cmft

The generated library is wrong (has undefined symbol) since tango libraries are not set.

Add them and a linker flag to report this error. When creating a shared object, this flag will cause the link to fail if there are unresolved symbols

Merge request reports