You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Download android ndk r27 from https://developer.android.com/ndk/downloadsexport ANDROID_NDK_HOME=$HOME/Downloads/android-ndk-r27/
run `vcpkg install miniz:arm64-android`
Failure logs
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is Clang 18.0.1
-- The CXX compiler identification is Clang 18.0.1
CMake Warning (dev) at /home/sandy/Downloads/android-ndk-r27/build/cmake/flags.cmake:46 (if):
Policy CMP0057 is not set: Support new IN_LIST if() operator. Run "cmake
--help-policy CMP0057" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
IN_LIST will be interpreted as an operator when the policy is set to NEW.
Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
/usr/share/cmake/Modules/Platform/Android-Clang.cmake:23 (include)
/usr/share/cmake/Modules/Platform/Android-Clang-C.cmake:1 (include)
/usr/share/cmake/Modules/CMakeCInformation.cmake:48 (include)
CMakeLists.txt:7 (PROJECT)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /home/sandy/Downloads/android-ndk-r27/build/cmake/flags.cmake:46 (if):
if given arguments:
"hwaddress" "IN_LIST" "ANDROID_SANITIZE"
Unknown arguments specified
Call Stack (most recent call first):
/usr/share/cmake/Modules/Platform/Android-Clang.cmake:23 (include)
/usr/share/cmake/Modules/Platform/Android-Clang-C.cmake:1 (include)
/usr/share/cmake/Modules/CMakeCInformation.cmake:48 (include)
CMakeLists.txt:7 (PROJECT)
Operating system
Linux
Compiler
Clang
Steps to reproduce the behavior
Failure logs
Additional context
android/ndk#2032
The text was updated successfully, but these errors were encountered: