Closed compnerd closed 1 year ago
When building with SPM, the library will be built for static linking rather than dynamic linking. Use the YAML_DECLARE_STATIC to control this behaviour. Unlike CMake, we do not have fine-grained control over the artifact linkage.
YAML_DECLARE_STATIC
Yes please! That will allow the bump to the version in the dependents.
This change is now out in 5.0.4: https://github.com/jpsim/Yams/releases/tag/5.0.4
When building with SPM, the library will be built for static linking rather than dynamic linking. Use the
YAML_DECLARE_STATIC
to control this behaviour. Unlike CMake, we do not have fine-grained control over the artifact linkage.