编译OpenCV的IOS平台包,出错:
CMake Error at CMakeLists.txt:20 (enable_language):
No CMAKE_Swift_COMPILER could be found.
出错定位,原因是启用Swift语言时没有找到CMAKE_Swift_COMPILER变量
CMAKE官方文档说明启用Swift语言方法
cmake 3.15开始支持swift
查找swift
设置CMAKE_Swift_COMPILER变量
set (CMAKE_Swift_COMPILER /usr/bin/swift)
修改OpenCV源码路径下的cmakel