cgal/GraphicsView
Laurent Rineau 8e167590c8 Use include_directories(SYSTEM ...) for 3rd-party libraries
gcc has an option -isystem, that can replace -I. The documentation is:

 -isystem dir

     Search dir for header files, after all directories specified by -I but
     before the standard system directories. Mark it as a system directory,
     so that it gets the same special treatment as is applied to the
     standard system directories. If dir begins with "=", then the "=" will
     be replaced by the sysroot prefix; see --sysroot and -isysroot.


The "special treatment" means that gcc will not warn about constructions in
headers in directories pointed by -isystem instead of -I.

In the CGAL testsuite, there are a lot of warnings that comes from
third-party libraries (mostly from Boost, but also from Eigen).

This patch tells cmake to use -isystem with gcc, for all CGAL 3rd-party
directories.
2012-08-01 10:53:37 +00:00
..
demo add_dependencies( Polygon_2 ${CGAL_LIBRARY} ) is useless 2012-07-31 16:18:17 +00:00
doc_tex Turn \ccLicenseQPL into \ccLicenseGPL 2012-01-13 17:13:55 +00:00
include/CGAL Remove buggy executable bits 2012-07-04 19:28:22 +00:00
package_info/GraphicsView Cosmetic change: add a space after the license, to be compatible 2012-01-16 15:56:10 +00:00
src/CGALQt4 Use include_directories(SYSTEM ...) for 3rd-party libraries 2012-08-01 10:53:37 +00:00
GraphicsView.odp
TODO
dont_submit demos for experimental packages don't go into internal releases 2010-02-03 14:15:09 +00:00