From 6405de3c083350cb7177af15aa1f1e054dd51a9b Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 17 Jun 2010 09:43:01 +0000 Subject: [PATCH] Merged revisions 56829 via svnmerge from svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch ........ r56829 | lrineau | 2010-06-17 11:13:20 +0200 (Thu, 17 Jun 2010) | 2 lines Argl!! Important error in auto_link.h for MSVC 2010! ........ --- Installation/include/CGAL/auto_link/auto_link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/include/CGAL/auto_link/auto_link.h b/Installation/include/CGAL/auto_link/auto_link.h index 3621beb7f43..1b4816ab453 100644 --- a/Installation/include/CGAL/auto_link/auto_link.h +++ b/Installation/include/CGAL/auto_link/auto_link.h @@ -138,7 +138,7 @@ CGAL_LIB_RT_OPT: A suffix that indicates the runtime library used, // vc80: # define CGAL_LIB_TOOLSET "vc80" -#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1500) +#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1500) // vc90: # define CGAL_LIB_TOOLSET "vc90"