CGALConfig.cmake contains incorrect boost libraries path
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cgal (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The CGAL CMake config file (/usr/lib/
set(CGAL_
On 64-bit systems, the boost libraries now reside in /usr/lib/
so the line should read:
set(CGAL_
There may be other problems with the cmake config files but regenerating them all from CMake on a 13.10 system should fix all the issues.
Tested on: Ubuntu 13.10
Expected: When using FindCGAL in a project it should build correctly.
What happens: The compiler complains that it can't find /usr/lib/
I had the same problem trying to build dionysus www.mrzv. org/software/ dionysus/ python/ overview. html
http://
on Ubuntu 13.04, cmake version 2.8.11.2.