mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 06:55:50 +02:00

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.