diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2019-03-04 13:49:40 +0100 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2019-03-04 13:49:40 +0100 |
commit | 4c78221d13eefc497ff046f79e2c452913c27f6b (patch) | |
tree | 7db0a1d5da7496852c7b4547cca26401008e5092 /modules/ECMSetupQtPluginMacroNames.cmake | |
parent | 48d757160b181b946741d195e54ad62ecd6c69d6 (diff) | |
download | extra-cmake-modules-4c78221d13eefc497ff046f79e2c452913c27f6b.tar.gz extra-cmake-modules-4c78221d13eefc497ff046f79e2c452913c27f6b.tar.bz2 |
Fix harmless warnings when creating the doc.
GIT_SILENT
Diffstat (limited to 'modules/ECMSetupQtPluginMacroNames.cmake')
-rw-r--r-- | modules/ECMSetupQtPluginMacroNames.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMSetupQtPluginMacroNames.cmake b/modules/ECMSetupQtPluginMacroNames.cmake index 1380250f..c158a465 100644 --- a/modules/ECMSetupQtPluginMacroNames.cmake +++ b/modules/ECMSetupQtPluginMacroNames.cmake @@ -1,6 +1,6 @@ #.rst: # ECMSetupQtPluginMacroNames -# --------------- +# -------------------------- # # Instruct CMake's automoc about C++ preprocessor macros used to define Qt-style plugins. # |