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

The imported target "CGAL::CGAL_Qt5" references the file "/usr/lib/x86_64-linux-gnu/libCGAL_Qt5.so.11.0.1" but this file does not exist. #12

Open
Escapexin opened this issue Jan 7, 2020 · 2 comments

Comments

@Escapexin
Copy link

The imported target "CGAL::CGAL_Qt5" references the file

 "/usr/lib/x86_64-linux-gnu/libCGAL_Qt5.so.11.0.1"

but this file does not exist. Possible reasons include:

  • The file was deleted, renamed, or moved to another location.

  • An install or uninstall procedure did not complete successfully.

  • The installation package was faulty and contained

    "/usr/lib/x86_64-linux-gnu/cmake/CGAL/CGALExports.cmake"

but not all the files it references.

Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/CGAL/CGALConfig.cmake:12 (include)
CMakeLists.txt:107 (find_package)

******Solution proposal:
This is a bug in the default CGAL CMake scripts in Ubuntu.
please add libcgal-qt5-dev to the dependencies installed through apt-get.
sudo apt-get install libcgal-qt5-dev

@shidahe
Copy link
Owner

shidahe commented Jan 9, 2020

Thanks for reporting this!
But I am wondering if the package libcgal-qt5-dev is available on Ubuntu 14.04.
Could you confirm your platform?

@Escapexin
Copy link
Author

Thanks for reporting this!
But I am wondering if the package libcgal-qt5-dev is available on Ubuntu 14.04.
Could you confirm your platform?

I dont konw it,because I only made it on Ubuntu 16.04.

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

2 participants