Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Re: VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Re: VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?


Chronological Thread 
  • From: Chad Liu <>
  • To:
  • Subject: [cgal-discuss] Re: Re: VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?
  • Date: Tue, 8 Jun 2010 05:09:33 -0700 (PDT)


CGAL 3.5 has not support vs 2010

you have to modify cmake file by yourself.

$(CGAL)/cmake/modules/FindBoost.cmake

at line 569

if (MSVC90)
SET (_boost_COMPILER "-vc90")

add

elseif (MSVC10)
SET (_boost_COMPILER "-vc100")

because if you compile boost by yourself
the boost uses vc10 to compile and the filename will be -vc100
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/VS-2010-Has-anybody-succeeded-to-build-CGAL-3-5-on-VS2010-tp975465p2247265.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Re: Re: VS 2010 : Has anybody succeeded to build CGAL 3.5 on VS2010 ?, Chad Liu, 06/08/2010

Archive powered by MHonArc 2.6.16.

Top of Page