Commit cf0dab1
Fix error in CMake config-file package (#387)
Fixes error
```
The link interface of target "jwt-cpp::jwt-cpp" contains:
picojson::picojson>
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
```
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>1 parent 0c676f8 commit cf0dab1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments