You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cityhash does not provide any CMake packages, so it cannot be imported
with `find_package` or used with the alias `cityhash::cityhash`.
To fix that, we need the following:
1. Use `find_library` to find the `cityhash` library.
2. Remove the `cityhash::cityhash` alias, and use plain `cityhash` to
refer to the library.
Signed-off-by: Ruoyu Zhong <[email protected]>
0 commit comments