Fixed typo in CMakeLists.txt (ANDOID => ANDROID)

This commit is contained in:
Corentin 2021-06-21 14:01:38 +09:00
parent e77a684a20
commit 0901700176
3 changed files with 14 additions and 14 deletions

View file

@ -17,7 +17,7 @@ android {
abiFilters "armeabi-v7a", 'arm64-v8a', 'x86', 'x86_64'
arguments '-DANDROID_TOOLCHAIN=clang',
'-DANDROID_STL=c++_static',
'-DKOMPUTE_OPT_ANDOID_BUILD=1',
'-DKOMPUTE_OPT_ANDROID_BUILD=1',
'-DKOMPUTE_OPT_REPO_SUBMODULE_BUILD=1',
'-DKOMPUTE_OPT_INSTALL=0',
'-DKOMPUTE_OPT_ENABLE_SPDLOG=0',