From 5d11591ed91d3abef728d267455ec6015fb77c32 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 26 Mar 2025 15:13:55 +0100 Subject: [PATCH] FindQt: Fix RST typo --- Modules/FindQt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake index 859d465c58..98cd1e2abf 100644 --- a/Modules/FindQt.cmake +++ b/Modules/FindQt.cmake @@ -26,7 +26,7 @@ Behavior: * If only one Qt version is found, then the ``DESIRED_QT_VERSION`` is set automatically. * Once the ``DESIRED_QT_VERSION`` variable is set, the corresponding - :module:`FindQt3` or :module`FindQt4` module is included. + :module:`FindQt3` or :module:`FindQt4` module is included. Result Variables ^^^^^^^^^^^^^^^^