summaryrefslogtreecommitdiffstats
path: root/cmake/Functions.cmake
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-06-30 18:59:10 +0200
committerMichal Klocek <michal.klocek@qt.io>2021-06-30 22:24:11 +0200
commit2eb0431c78b9854673f82a72e5d458339055c95f (patch)
tree4e16d0e0c231287a8e33203d11dfa3829f7e1d7c /cmake/Functions.cmake
parentb7da2b5040bb26771103076b7f5fdcb06d639612 (diff)
Fix embarrassing typo
During testing topLevel build vs module build and moving patches between two repositories typo occurred. Fix incompetence. This is fixup for 82769967d3. Pick-to: 6.2 Task-number: QTBUG-94343 Change-Id: I0f708288c312c4f1f3fb1ae30ca6cee957718b1f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'cmake/Functions.cmake')
-rw-r--r--cmake/Functions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Functions.cmake b/cmake/Functions.cmake
index 64f43117b..837ae272a 100644
--- a/cmake/Functions.cmake
+++ b/cmake/Functions.cmake
@@ -70,7 +70,7 @@ function(get_qt_features outList module)
endfunction()
function(get_configure_mode configureMode)
- if (NOT DEFINED WEBENGINE_REPO_BUILD AND NOT DEFINED QT_SUPER_BUILD)
+ if (NOT DEFINED WEBENGINE_REPO_BUILD AND NOT DEFINED QT_SUPERBUILD)
set(${configureMode} NO_CONFIG_HEADER_FILE NO_SYNC_QT PARENT_SCOPE)
endif()
endfunction()