The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13381 
====================================================================== 
Reported By:                Nicholas Katzakis
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13381
Category:                   (No Category)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-07-06 12:25 EDT
Last Modified:              2012-07-06 12:25 EDT
====================================================================== 
Summary:                    /usr/include ignored by code::Blocks generator
Description: 
include_directories(/usr/include)

^--- Even if I include this directive, if I open the project in Qt Creator it
fails to build. Going to command prompt and doing "VERBOSE=1 make" reveals that
/usr/include is not passed at all to the compiler (macports GCC 4.6 or 4.7.1).

If on the other hand I use cmake's default generator (unix MakeFiles) then
"/usr/include" is properly included.

Steps to Reproduce: 
1. include_directories(/usr/include)
2. use codeblocks generator

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-07-06 12:25 Nicholas KatzakisNew 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