Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad cmake files in Ubuntu debian package #58

Open
calderpg opened this issue Aug 4, 2019 · 0 comments
Open

Bad cmake files in Ubuntu debian package #58

calderpg opened this issue Aug 4, 2019 · 0 comments

Comments

@calderpg
Copy link

calderpg commented Aug 4, 2019

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:

IMPORTED_LOCATION_RELEASE "/home/cwa/MYNT-EYE-S-SDK/_install/lib/libmynteye.so.2.3.8"
list(APPEND _IMPORT_CHECK_FILES_FOR_mynteye "/home/cwa/MYNT-EYE-S-SDK/_install/lib/libmynteye.so.2.3.8" )

which should be

IMPORTED_LOCATION_RELEASE "/usr/lib/libmynteye.so.2.3.8"
list(APPEND _IMPORT_CHECK_FILES_FOR_mynteye "/usr/lib/libmynteye.so.2.3.8" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant