Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Invalid escape sequence \Z

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Invalid escape sequence \Z


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Invalid escape sequence \Z
  • Date: Sun, 18 Oct 2009 15:31:35 +0200
  • Organization: GeometryFactory

Le dimanche 18 octobre 2009 13:38:03, A S a écrit :
> I managed to get zlib.lib working in the CMake configuration.
>
> Something new, though: In the lower CMake-GUI pane, near the bottom of my
> CMake <Configure> sequence (after the Zlib block), there are a lot of red
> warning paragraphs which express dissatisfaction with lines 15 and 16 of
> my CGAL_Macros.make file.
> The CMake warning objections are raised for these lines in the
> CGAL_Macros.make: set ( ${var} ${ARGN} CACHE INTERNAL "" )
> set ( ${var} ${ARGN} CACHE INTERNAL "" )
>
> ..."when parsing string"
> C:\ZLIB\include
>
> ...and...
> glu32;opengl32;C:\ZLIB\lib\zlib.lib
>
> In all cases CMake suggests that there is an:
> "Invalid escape sequence \Z"
>
> What can be done, if anything, to improve upon this situation? Thanks
> again.

Use "C:/ZLIB/include"

--
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