summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorMichael Karcher <kitware@mkarcher.dialup.fu-berlin.de>2023-04-21 18:10:10 +0200
committerBrad King <brad.king@kitware.com>2023-04-25 13:49:03 -0400
commit16d8b65bc0efda22be8d9466cff2486cf5eada2a (patch)
tree5b39fa4a5f8ee1950a0782e93a37351caa66da8a /Modules
parentf7af10100c034e485970cdff13822675b78eb48e (diff)
downloadcmake-16d8b65bc0efda22be8d9466cff2486cf5eada2a.tar.gz
VS/Android: Use safe API level when detecting the NDK directory
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Android/VCXProjInspect.vcxproj.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Android/VCXProjInspect.vcxproj.in b/Modules/Platform/Android/VCXProjInspect.vcxproj.in
index 71fd214bb1..f87d59bca2 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">