No worries.  So try two things:

1) Check that the boost libraries are in the same place that they are on
my system (should be as you're on 64-bit), type:

locate libboost_thread.so

This should come up with /usr/lib/x86_64-linux-gnu/libboost_thread.so
(and possibly other results).  Check libboost_system.so libpthread.so
similarly, I suspect they'll all be in the same place as mine.

2) (more likely to work) Delete CMakeCache.txt in your project build
directory and regenerate (i.e. cmake [whatever]).  The old entry
(CGAL_3RD_PARTY_LIBRARIES) is likely to be saved in your cache from
before you made the changes I suggested.

-Martin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242111

Title:
  CGALConfig.cmake contains incorrect boost libraries path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to