diff options
author | Michael Karcher <kitware@mkarcher.dialup.fu-berlin.de> | 2023-04-21 16:10:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-25 17:49:03 (GMT) |
commit | 16d8b65bc0efda22be8d9466cff2486cf5eada2a (patch) | |
tree | 5b39fa4a5f8ee1950a0782e93a37351caa66da8a | |
parent | f7af10100c034e485970cdff13822675b78eb48e (diff) | |
download | CMake-16d8b65bc0efda22be8d9466cff2486cf5eada2a.zip CMake-16d8b65bc0efda22be8d9466cff2486cf5eada2a.tar.gz CMake-16d8b65bc0efda22be8d9466cff2486cf5eada2a.tar.bz2 |
VS/Android: Use safe API level when detecting the NDK directory
-rw-r--r-- | Modules/Platform/Android/VCXProjInspect.vcxproj.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Android/VCXProjInspect.vcxproj.in b/Modules/Platform/Android/VCXProjInspect.vcxproj.in index 71fd214..f87d59b 100644 --- a/Modules/Platform/Android/VCXProjInspect.vcxproj.in +++ b/Modules/Platform/Android/VCXProjInspect.vcxproj.in @@ -19,6 +19,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@vcx_platform@'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>MultiByte</CharacterSet> + <AndroidAPILevel>android-21</AndroidAPILevel> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |