mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
6046d5c666
The cmake target of an alias may not be an Imported Target. Always build the msgpackc target and only build the msgpackc-static target if both should be build to fix issue #801. Thereby the type (shared or static) of the msgpackc target depends on the build configuration.