summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-01-10 18:03:18 -0500
committerAllen Winter <allen.winter@kdab.com>2019-01-12 12:44:39 -0500
commita4d367221fa49360183582cadcfb09821c142c31 (patch)
tree06f31c0096bf500e990d35d9399e1a937ae8303e /cmake
parentf1e2e9edf7ee889ba7a5901176efe444f8a57dfb (diff)
downloadlibical-git-a4d367221fa49360183582cadcfb09821c142c31.tar.gz
cmake/Toolchain-android.cmake - fix spelling typo
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Toolchain-android.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Toolchain-android.cmake b/cmake/Toolchain-android.cmake
index 07100ee3..08c46389 100644
--- a/cmake/Toolchain-android.cmake
+++ b/cmake/Toolchain-android.cmake
@@ -387,7 +387,7 @@ if( NOT ANDROID_NDK )
__INIT_VARIABLE( ANDROID_STANDALONE_TOOLCHAIN PATH ENV_ANDROID_STANDALONE_TOOLCHAIN )
if( NOT ANDROID_STANDALONE_TOOLCHAIN )
- #try to find Android NDK in one of the the default locations
+ #try to find Android NDK in one of the default locations
set( __ndkSearchPaths )
foreach( __ndkSearchPath ${ANDROID_NDK_SEARCH_PATHS} )
foreach( suffix ${ANDROID_SUPPORTED_NDK_VERSIONS} )
@@ -401,7 +401,7 @@ if( NOT ANDROID_NDK )
message( STATUS "Using default path for Android NDK: ${ANDROID_NDK}" )
message( STATUS " If you prefer to use a different location, please define a cmake or environment variable: ANDROID_NDK" )
else()
- #try to find Android standalone toolchain in one of the the default locations
+ #try to find Android standalone toolchain in one of the default locations
__INIT_VARIABLE( ANDROID_STANDALONE_TOOLCHAIN PATH ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH )
if( ANDROID_STANDALONE_TOOLCHAIN )