Android: show supported API level in error message
This commit is contained in:
parent
01ae8149b8
commit
8e4aa63c7b
@ -412,7 +412,8 @@ if(CMAKE_SYSTEM_VERSION)
|
||||
if(CMAKE_SYSTEM_VERSION GREATER NDK_MAX_PLATFORM_LEVEL OR
|
||||
CMAKE_SYSTEM_VERSION LESS NDK_MIN_PLATFORM_LEVEL)
|
||||
message(FATAL_ERROR
|
||||
"Android: The API level ${CMAKE_SYSTEM_VERSION} is not supported by the NDK."
|
||||
"Android: The API level ${CMAKE_SYSTEM_VERSION} is not supported by the NDK.\n"
|
||||
"Choose one in the range of [${NDK_MIN_PLATFORM_LEVEL}, ${NDK_MAX_PLATFORM_LEVEL}]."
|
||||
)
|
||||
endif()
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user