Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We get errors like
CMake Error in src/arrow/CMakeLists.txt: Imported target "opentelemetry-cpp::trace" includes non-existent path "<path>/build/opentelemetry_ep-install/include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide.
We need to create the include directory like other bundled builds do, e.g. see https://github.com/apache/arrow/blob/dee4ba31773e3ba854e91f8b5df1423a0c88f352/cpp/cmake_modules/ThirdpartyToolchain.cmake#L3338-L3339
Attachments
Issue Links
- links to