We added packaged installation in PR #432, which could install opentelemetry-cpp correctly to the designated target. But I got below message while import the installed package from a standalone project.
Seems we missed to pass include dir as PATH_VAR for configure_package_config_file.
lib/cmake/opentelemetry-cpp-config.cmake:64 (message):
File or directory referenced by variable OPENTELEMETRY_CPP_INCLUDE_DIRS
does not exist !
We added packaged installation in PR #432, which could install opentelemetry-cpp correctly to the designated target. But I got below message while import the installed package from a standalone project.
Seems we missed to pass include dir as
PATH_VARforconfigure_package_config_file.