Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] disable autolinking?

Subject: CGAL users discussion list

List archive

[cgal-discuss] disable autolinking?


Chronological Thread 
  • From: Dominik Szczerba <>
  • To:
  • Subject: [cgal-discuss] disable autolinking?
  • Date: Thu, 31 Mar 2011 14:50:07 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=jbIyWc52ZBb8l9gmWusllwhCQbEIbDQbhx7TvsgJn4X2/TvFrFHrTDx9WYAY5gniGn yENiLMMW1ZQmJ7Gp9OKWwMoCoiPfXPyEDZnsTeSgvIro/LGWjuo5y1t85YphnQPd93Dj hEpmJnn1ugyYt3AT3kj4pcXw4PYF+eY0ycAdk=

I have compiled only one version of CGAL (RelWithDebInfo) and the library is named CGAL-vc100-mt-g.lib. But linking to CGAL from my app I get an error that CGAL-vc100-mt.lib is not found. Interestingly, defining CGAL_NO_AUTOLINK does not seem to disable this error. If I copy my lib under this name then he goes on in the same fashion about other libs (GMP, MPFR, ...) which I also compiled only once with RelWithDebInfo. Is it possible to disable CGAL autolinking or I am forced to use Release and Debug variants for CGAL and all its dependencies?

Thanks,
Dominik





Archive powered by MHonArc 2.6.16.

Top of Page