summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-10-05 13:32:23 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-10-06 06:31:18 +0200
commitcc0c27c4218034bfc932034f0ea4ee655860e23a (patch)
treef968eafe772b70318e74113ffee86325681dd7ea /cmake
parent3c4e94d12c38a1187756b2914f3a564114683a9f (diff)
CMake: Fix typo in ANDROID_SDK_ROOT's help text
Change-Id: I1edc7e7ae443c306aca64b8f6a92c8b32fad6117 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtPlatformAndroid.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtPlatformAndroid.cmake b/cmake/QtPlatformAndroid.cmake
index fbd0c9f8d5..20978c33ba 100644
--- a/cmake/QtPlatformAndroid.cmake
+++ b/cmake/QtPlatformAndroid.cmake
@@ -13,7 +13,7 @@
#
if (NOT DEFINED ANDROID_SDK_ROOT)
- message(FATAL_ERROR "Please provide the location of the Android SDK directory via -DANDROID_SDK_ROOT=<path to Adndroid SDK>")
+ message(FATAL_ERROR "Please provide the location of the Android SDK directory via -DANDROID_SDK_ROOT=<path to Android SDK>")
endif()
if (NOT IS_DIRECTORY "${ANDROID_SDK_ROOT}")