Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pkg-name in find_package_handle_standard_args
For the MySQL package find_package_handle_standard_args got passed "MYSQL" as the package name, which differs from the actual package name. Due to this cmake (3.18) emitted a warning. This commit fixes this issue by also passing "MySQL" to find_package_handle_standard_args. Fixes pocoproject#3066
- Loading branch information