pboettch / json-schema-validator

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

Make JSON_VALIDATOR_BUILD_EXAMPLES and JSON_VALIDATOR_BUILD_TESTS overridable by user #225

Closed SamVanheer closed 1 year ago

SamVanheer commented 1 year ago

Resolves pboettch/json-schema-validator#195

This initializes the options to the detected default, but still allows the user to override it freely.