From 2a583bd7aa1b05032a95d1ba400f977e308876d0 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 9 Jan 2017 16:48:11 +0100 Subject: [PATCH] Proposal to fix #1790 If `.../include/CGAL` is in the INCLUDE path, that file will trigger an error, instead of letting users have a bad include path. --- Installation/include/CGAL/stddef.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 Installation/include/CGAL/stddef.h diff --git a/Installation/include/CGAL/stddef.h b/Installation/include/CGAL/stddef.h new file mode 100644 index 00000000000..03d4022a812 --- /dev/null +++ b/Installation/include/CGAL/stddef.h @@ -0,0 +1 @@ +#error You have added .../path/to/CGAL-x.y/include/CGAL to the INCLUDE path. You should use .../path/to/CGAL-x.y/include instead.