The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14180 
====================================================================== 
Reported By:                mwoehlke
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14180
Category:                   CMake
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-05-30 12:25 EDT
Last Modified:              2013-05-30 12:25 EDT
====================================================================== 
Summary:                    Add SYSTEM support to target_includ_directories
Description: 
It would be greate if target_include_directories (both for the direct target,
and propagated to subsequent users via target usage requirements) supported
marking include directories as SYSTEM. This is especially important when using
strict warnings-as-errors for compiling local code in the presence of
third-party (or even libc/stl) headers that trigger the same.

Additional Information: 
Offhand guess at the easiest way to implement this would be to recognize SYSTEM
and something else ('LOCAL'?) as keywords in the includes list to toggle if
include directories are marked as system or not.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-05-30 12:25 mwoehlke       New Issue                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to