Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] installing boost (problem)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] installing boost (problem)


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] installing boost (problem)
  • Date: Sun, 25 Oct 2009 20:45:54 +0200
  • Organization: GeometryFactory

Le samedi 24 octobre 2009 16:49:26,

a écrit :
> Hi,
>
> I'm having some problems trying to instal boost 1.38. When i try to create
> a new generator (in my case for Visual Studio 2008), i always get the same
> error:
>
> CMake Error at CMakeLists.txt:61 (message):
> Magic variable CMAKE_IS_EXPERIMENTAL unset.
>
> can someone help me with this?

In Boost-1.38, the CMake support is experimental. If you want to use it, you
need to create a CMake variable named CMAKE_IS_EXPERIMENTAL, of type Boolean,
and set it to True. That is easier using the CMake GUI (cmake-gui.exe).

Maybe the CMake support is easier to use with more recent Boost versions.

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



Archive powered by MHonArc 2.6.16.

Top of Page