We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
line 69 ff in portfile.cmake (https://github.com/microsoft/vcpkg/blob/master/ports/gdal/portfile.cmake)
# Compatibility with older Android versions https://github.com/OSGeo/gdal/pull/5941 if(VCPKG_TARGET_IS_ANDROID AND ANRDOID_PLATFORM VERSION_LESS 24 AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")) list(APPEND FEATURE_OPTIONS -DBUILD_WITHOUT_64BIT_OFFSET=ON) endif()
ANRDOID_PLATFORM should be ANDROID_PLATFORM
ANRDOID_PLATFORM
ANDROID_PLATFORM
The text was updated successfully, but these errors were encountered:
jimwang118
Successfully merging a pull request may close this issue.
Describe the bug
line 69 ff in portfile.cmake (https://github.com/microsoft/vcpkg/blob/master/ports/gdal/portfile.cmake)
ANRDOID_PLATFORM
should beANDROID_PLATFORM
The text was updated successfully, but these errors were encountered: