You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(DNN_USE_MSVC_STATIC_RUNTIME"Link onnx2daq to msvc static runtime"ON)
10
10
option(DNN_CMAKE_INSTALL"Export targets in cmake (disable it for ONNXRuntime)"ON)
11
11
12
+
if ("${CMAKE_SYSTEM_NAME}"STREQUAL"Android")
13
+
if (CMAKE_VERSIONVERSION_GREATER_EQUAL"3.15.0"ANDCMAKE_VERSIONVERSION_LESS"3.15.2")
14
+
message(FATAL_ERROR"Android NDK is not compatible with CMake 3.15.0 and 3.15.1 (https://gitlab.kitware.com/cmake/cmake/issues/19515), please install another cmake version.")
if (CMAKE_VERSIONVERSION_GREATER_EQUAL"3.15"ANDCMAKE_VERSIONVERSION_LESS"3.16")
26
-
message(FATAL_ERROR"Android NDK is not compatible with CMake 3.15 (https://gitlab.kitware.com/cmake/cmake/issues/19515), please install another cmake version.")
0 commit comments