CMake: Fix typo in ANDROID_SDK_ROOT's help text

Change-Id: I1edc7e7ae443c306aca64b8f6a92c8b32fad6117
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2020-10-05 13:32:23 +02:00
parent 3c4e94d12c
commit cc0c27c421

View File

@ -13,7 +13,7 @@
# #
if (NOT DEFINED ANDROID_SDK_ROOT) 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() endif()
if (NOT IS_DIRECTORY "${ANDROID_SDK_ROOT}") if (NOT IS_DIRECTORY "${ANDROID_SDK_ROOT}")