danielaparker / jsoncons

A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
https://danielaparker.github.io/jsoncons
Other
726 stars 164 forks source link

Cmake confuses library and targets #517

Open calebxyz opened 6 months ago

calebxyz commented 6 months ago

because jsoncons doesnt use namespace cmake is not alerting that the find_pacage option want used and fails only on linkage

*use jsoncons without finding package

danielaparker commented 6 months ago

I don't fully understand this issue. Could you explain more? Thanks.