diff options
author | Brad King <brad.king@kitware.com> | 2020-09-18 16:49:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-18 16:49:09 (GMT) |
commit | 5a15fcf5970f1ba8b5fe86494ffbf0128ba08e96 (patch) | |
tree | ea1b2e77f1e1eb1f16caaa359a81dbb6fc8f0b48 /Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp | |
parent | 0fa9392583f2e1dbe5badd9279e5c5b907221b76 (diff) | |
download | CMake-5a15fcf5970f1ba8b5fe86494ffbf0128ba08e96.zip CMake-5a15fcf5970f1ba8b5fe86494ffbf0128ba08e96.tar.gz CMake-5a15fcf5970f1ba8b5fe86494ffbf0128ba08e96.tar.bz2 |
Tests: Avoid duplicate custom commands in QtAutogen.AutogenOriginDependsOff
Diffstat (limited to 'Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp')
-rw-r--r-- | Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp b/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp index fafc8a2..313b58b 100644 --- a/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp +++ b/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp @@ -3,7 +3,7 @@ #include <string> -#include <config.hpp> +#include <config_a.hpp> #include <QObject> |