From 856b7722f1038e333eb9a25e9f87a7b986d8f251 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 15 Oct 2019 09:03:13 +0200 Subject: [PATCH] Remove extra S in macro --- Installation/include/CGAL/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 5c37fb5fabf..4a2d62c36d5 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -132,7 +132,7 @@ // workaround for the bug https://svn.boost.org/trac10/ticket/12534 // That bug was introduced in Boost 1.62 and fixed in 1.63. -#if BOOST_VERSION >= 106200 && BOOSTS_VERSION < 106300 +#if BOOST_VERSION >= 106200 && BOOST_VERSION < 106300 # include #endif