Add TODO comment about the support of glog for Android api 16 ~ 19.

enforce_failed
Liu Yiqun 8 years ago
parent b51ba53a55
commit b75123b56f

@ -68,6 +68,7 @@ if(ANDROID)
if(${CMAKE_SYSTEM_VERSION} VERSION_LESS "16") if(${CMAKE_SYSTEM_VERSION} VERSION_LESS "16")
message(FATAL_ERROR "Unsupport standalone toolchains with Android API level lower than 16") message(FATAL_ERROR "Unsupport standalone toolchains with Android API level lower than 16")
elseif(${CMAKE_SYSTEM_VERSION} VERSION_LESS "21") elseif(${CMAKE_SYSTEM_VERSION} VERSION_LESS "21")
# TODO: support glog for Android api 16 ~ 19 in the future
message(WARNING "Using the unofficial git repository <https://github.com/Xreki/glog.git> instead") message(WARNING "Using the unofficial git repository <https://github.com/Xreki/glog.git> instead")
endif() endif()

Loading…
Cancel
Save