Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Having problem installing CGAL library

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Having problem installing CGAL library


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Having problem installing CGAL library
  • Date: Mon, 25 Nov 2013 13:59:29 +0100
  • Organization: GeometryFactory

Le Friday 22 November 2013 01:43:16 naim a écrit :
> Thanks Laurent Rineau for your help. But still I have the same error while I
> was trying to configure by CMake. It shows like this:
>
> Build CGAL from release: CGAL-4.0
[...]
> CMake Error at cmake/modules/FindBoost.cmake:917 (message):
> Unable to find the requested Boost libraries.
>
> Boost version: 1.54.0
>
> Boost include path: C:/local/boost_1_54_0
>
> The following Boost libraries could not be found:
>
> boost_thread
>
> No Boost libraries were found. You may need to set Boost_LIBRARYDIR to
> the
> directory containing Boost libraries or BOOST_ROOT to the location of
> Boost.

Create a CMake Boolean variable named Boost_DEBUG, in your CMake cache, set
it
to TRUE, and re-run the configuration. The messages of FindBoost.cmake will
then be more useful to under what is wrong with your Boost_LIBRARYDIR
variable.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page