summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-09-28 13:49:40 (GMT)
committerBrad King <brad.king@kitware.com>2006-09-28 13:49:40 (GMT)
commit0b135767d6670c9b9fc51d50f7e222394383a374 (patch)
treebc723a2265803fc9a05f2dffc4d45fba905b8d8b /Source/cmLocalGenerator.h
parentc717db3b88350c4795ceaed5c049cbb2b65bc4ce (diff)
downloadCMake-0b135767d6670c9b9fc51d50f7e222394383a374.zip
CMake-0b135767d6670c9b9fc51d50f7e222394383a374.tar.gz
CMake-0b135767d6670c9b9fc51d50f7e222394383a374.tar.bz2
BUG: Do not filter system directories for include file dependencies.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 1f273b9..66b47e5 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -170,7 +170,8 @@ public:
std::vector<cmStdString>* fullPathLibs=0);
/** Get the include flags for the current makefile and language. */
- void GetIncludeDirectories(std::vector<std::string>& dirs);
+ void GetIncludeDirectories(std::vector<std::string>& dirs,
+ bool filter_system_dirs = true);
/** Compute the language used to compile the given source file. */
const char* GetSourceFileLanguage(const cmSourceFile& source);