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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
When attempting to build kinesis video streamer from source, this package is built as a dependency. The compilation of this package works fine, but when the build gets to kinesis_video_streamer I have the following error:
CMake Error in CMakeLists.txt:
Imported target "kinesis_manager" includes non-existent path
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.
It seems that the package is making some assumptions about the directory structure? Not sure why this is happening on my machine but the buildfarm works fine. For reference I'm using ros noetic but that shouldn't be affecting anything with CMake finding things