diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:18:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:12 (GMT) |
commit | e9b134b95ddc832979b2cf78aff68643139e5006 (patch) | |
tree | 5c594fa6e30f8c1e094214c8c73da7386a657d6c /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 24613d8b45b4f76e9227e9dec4dcd19ae9cfdfb5 (diff) | |
download | CMake-e9b134b95ddc832979b2cf78aff68643139e5006.zip CMake-e9b134b95ddc832979b2cf78aff68643139e5006.tar.gz CMake-e9b134b95ddc832979b2cf78aff68643139e5006.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the include directive.
There is no sense in copying this to each cmLocalGenerator.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 181f4c0..32523de 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -33,6 +33,8 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3() this->UseLinkScript = true; #endif this->CommandDatabase = NULL; + + this->IncludeDirective = "include"; } void cmGlobalUnixMakefileGenerator3 |