aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2024-02-28 16:41:47 +0100
committerSami Shalayel <sami.shalayel@qt.io>2024-03-19 14:37:43 +0100
commitb5f6778218dcbd9430ba86274dfbb8bc40134655 (patch)
treef0383fa46b735c198c4836fa3fd83858584b5a43 /tools
parente561321a48b0b91fe28d9047ce18a2315f9973e0 (diff)
remove whitespace from CMakeLists.txt
Remove whitespace from the CMakeLists.txt Change-Id: Ic32b329fd5da8a74904deeeae5391daf2a2ebba8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index e02e517adb..e8750c9d75 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -12,7 +12,7 @@ if(QT_FEATURE_commandlineparser)
endif()
add_subdirectory(qmlimportscanner)
add_subdirectory(qmlformat)
-if (TARGET Qt::LanguageServerPrivate AND QT_FEATURE_commandlineparser AND QT_FEATURE_filesystemwatcher)
+if(TARGET Qt::LanguageServerPrivate AND QT_FEATURE_commandlineparser AND QT_FEATURE_filesystemwatcher)
if (NOT CMAKE_CROSSCOMPILING OR QT_FORCE_BUILD_TOOLS)
add_subdirectory(qmlls)
endif()