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.
This commit is contained in:
Laurent Rineau 2017-01-09 16:48:11 +01:00
parent 01c804ca67
commit 2a583bd7aa
1 changed files with 1 additions and 0 deletions

View File

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