Do not install removed toolchain file for Android.

This commit is contained in:
Alexander Smorkalov 2023-12-21 10:40:05 +03:00
parent 0521a3a384
commit f0d3bbddff

View File

@ -120,7 +120,6 @@ endif()
if(ANDROID)
ocv_gen_config("${CMAKE_BINARY_DIR}/unix-install" "abi-${ANDROID_NDK_ABI_NAME}" "OpenCVConfig.root-ANDROID.cmake.in")
install(FILES "${OpenCV_SOURCE_DIR}/platforms/android/android.toolchain.cmake" DESTINATION "${OPENCV_CONFIG_INSTALL_PATH}" COMPONENT dev)
endif()
# --------------------------------------------------------------------------------------------