Nordix / hiredis-cluster

C client library for Valkey/Redis Cluster. This project is used and sponsored by Ericsson. It is a fork of the now unmaintained hiredis-vip.
BSD 3-Clause "New" or "Revised" License
87 stars 42 forks source link

During cmake, Checking for module 'glib-2.0' No package 'glib-2.0' found #174

Closed abhinavbansal19961996 closed 10 months ago

abhinavbansal19961996 commented 1 year ago

During cmake, getting below error:

Checking for module 'glib-2.0'   No package 'glib-2.0' found
zuiderkwast commented 1 year ago

It is not an error. Building for glib is optional. Cmake checks if glib is installed. Are you using glib?

bjosv commented 10 months ago

This is no error as mentioned before. CMake prints this kind of information from its pkg-config module when searching for libraries.