Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] configure fails

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] configure fails


Chronological Thread 
  • From: Stzpz <>
  • To:
  • Subject: Re: [cgal-discuss] configure fails
  • Date: Wed, 30 Mar 2011 12:34:18 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=YfOahLCKn23yTcm9TUAuWY3B2SIPdrcRvsEb3E6Gg4kWsle/LBRCNXaPKooTBoEyxQ wrieqYOYri1u9piHPDi2XPhWA5j8ldnM+OncDmxxvaXEtrPLfjq46GiFEFE2Mv1Yjc8N AOvJZ2HSh+60nzGR5D8VxU5iiWCtQ1JysUphM=

You may try to reinstall cmake. I have met the similar problem before when I replacing CGAL 3.7 to 3.8 beta1, and finally it was solved by updating cmake from 2.8.3 to 2.8.4.


2011/3/30 Dominik Szczerba <>
Is it possible to configure CGAL 3.7 with MSVC 2010 64?

I have boost 1.46.1 here and whatever I do to configure CGAL I always see:

The following Boost libraries could not be found:

        boost_thread

No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.

I set both Boost_LIBRARYDIR and BOOST_ROOT to the right values to no avail. Whatever I put as contents of the thread release/debug libraries they are always reset to NOTFOUND.

I have also removed the FindBoost.cmake in CGAL to use the one bundled in cmake 2.8.4 - no avail.

I will be grateful for any pointers.

Dominik

PS. I tried hacking and hardcoded boost paths/libs but this bites me back later during compilation and linking.




Archive powered by MHonArc 2.6.16.

Top of Page