pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
466 stars 134 forks source link

Use find_dependency in PackageConfig file #221

Closed SamVanheer closed 1 year ago

SamVanheer commented 1 year ago

This applies the vcpkg patch that replaces the direct call to find_package with the find_dependency macro.

Note that this macro does not implicitly specify a version. Like the main CMakeLists.txt file i've omitted it to avoid tying the config file to a specific version.

See pboettch/json-schema-validator#207