This means that there is no solution to have a fully statically linked stack.
Solution: Update the CMake chain so static libraries can be linked against static dependencies, providing a fully statically linked stack.
This is handled by a CMake variable called STATIC_ZMQ_LINK introduced for this purpose. STATIC_ZMQ_LINK is ON by default by can be deactivated if needed.
Note: Changes had to be made in the submodules to read the STATIC_ZMQ_LINK variable.
This means that there is no solution to have a fully statically linked stack.
Solution: Update the CMake chain so static libraries can be linked against static dependencies, providing a fully statically linked stack.
This is handled by a CMake variable called
STATIC_ZMQ_LINK
introduced for this purpose.STATIC_ZMQ_LINK
is ON by default by can be deactivated if needed.Note: Changes had to be made in the submodules to read the
STATIC_ZMQ_LINK
variable.