diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 22:58:39 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 23:00:45 (GMT) |
commit | bb670d9625e670a0e87ec048e44db39b9d2b336f (patch) | |
tree | f624cca56facdd820ea17deee6d001a8ecde740e | |
parent | 3f86032bdab94e219d053c10b7e55eba9c06e562 (diff) | |
download | CMake-bb670d9625e670a0e87ec048e44db39b9d2b336f.zip CMake-bb670d9625e670a0e87ec048e44db39b9d2b336f.tar.gz CMake-bb670d9625e670a0e87ec048e44db39b9d2b336f.tar.bz2 |
Autogen: Generators: Remove space
-rw-r--r-- | Source/cmQtAutoGenerators.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index 4979997..c84fe4f 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -585,7 +585,6 @@ void cmQtAutoGenerators::Init() if (this->IncludeProjectDirsBefore) { const std::string binDir = "-I" + this->ProjectBinaryDir; - const std::string srcDir = "-I" + this->ProjectSourceDir; std::list<std::string> sortedMocIncludes; |