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
682 stars 160 forks source link

Cmake confuses library and targets #517

Open calebxyz opened 1 month ago

calebxyz commented 1 month 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 1 month ago

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