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
Hi, I am unable to build the library with the following error when I execute the cmake command.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GMOCK_LIB
linked by target "http_client_nosend" in directory /home/vaastav/Projects/opentelemetry-cpp/ext/src/http/client/nosend
Could someone tell me what is missing or why this is failing?
The text was updated successfully, but these errors were encountered:
vaastav
changed the title
Failure to build open-telemetry with missing library GMOCK_LIB
Failure to build open-telemetry with missing variable GMOCK_LIB
Feb 27, 2022
Hi @vaastav, thanks for reaching out to us. Would it be possible to share the options you have used? http_nosend is used for unit tests only and currently depends on GMock.
This can be turned off by -DBUILD_TESTING=OFF.
Hi, I am unable to build the library with the following error when I execute the cmake command.
Could someone tell me what is missing or why this is failing?
The text was updated successfully, but these errors were encountered: