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. When `find_library` is used, conditionally link against its result.
Signed-off-by: Ruoyu Zhong <[email protected]>
0 commit comments