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
I understand the error. We add find_dependency(absl) in opentelemetry-cpp-config.cmake.in, but we forgot include(CMakeFindDependencyMacro). I tested and adding manually include(CMakeFindDependencyMacro) mitigates the issue. I'll open a pull request in a few minutes that solves the issue.
The text was updated successfully, but these errors were encountered:
Operating system
Ubuntu 22.04
Compiler
Clang
Steps to reproduce the behavior
and, inside
CMakeLists.txt
Additional context
I understand the error. We add
find_dependency(absl)
inopentelemetry-cpp-config.cmake.in
, but we forgotinclude(CMakeFindDependencyMacro)
. I tested and adding manuallyinclude(CMakeFindDependencyMacro)
mitigates the issue. I'll open a pull request in a few minutes that solves the issue.The text was updated successfully, but these errors were encountered: