MantisBT - CMake
View Issue Details
0000116CMakepublic2003-07-31 11:112004-04-28 13:22
Brad King 
Bill Hoffman 
normalminoralways
closedfixed 
 
 
0000116: Implicit include directories like /usr/local/include cause warnings
Some platforms add include directories like /usr/local/include automatically and give compiler warnings when -I options specify them. For GCC, we can detect the list of standard include paths with this command:

${CMAKE_CXX_COMPILER} -v -x c++ ${CMAKE_CXX_FLAGS} -E /dev/null
No tags attached.
related to 0008598closed Brad King implicit include directory suppression may be outdated 
Issue History
2009-02-24 15:23Brad KingRelationship addedrelated to 0008598

There are no notes attached to this issue.