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
In the files /usr/lib/cmake/mynteye/mynteye-targets.cmake and /usr/lib/cmake/mynteye/mynteye-targets-release.cmake distributed in the Ubuntu 18.04 debian package the wrong paths are included:
In /usr/lib/cmake/mynteye/mynteye-targets.cmake, the following path is incorrect:
In the files
/usr/lib/cmake/mynteye/mynteye-targets.cmake
and/usr/lib/cmake/mynteye/mynteye-targets-release.cmake
distributed in the Ubuntu 18.04 debian package the wrong paths are included:In
/usr/lib/cmake/mynteye/mynteye-targets.cmake
, the following path is incorrect:set(_IMPORT_PREFIX "/home/cwa/MYNT-EYE-S-SDK/_install")
which should be
set(_IMPORT_PREFIX "/usr/local")
In
/usr/lib/cmake/mynteye/mynteye-targets-release.cmake
, the following paths are incorrect:which should be
The text was updated successfully, but these errors were encountered: