We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在README中,需求的CMake版本为3.12
但在 lib/CMakeLists.txt:59中用到的关键词IMPORTED_RUNTIME_ARTIFACTS,这一关键词在3.21版本才被引入,详见CMake文档。
我正在使用Ubuntu 20.04进行编译,默认的CMake版本是3.16,无法正常进行编译。报错如下
CMake Error at lib/CMakeLists.txt:59 (install): install does not recognize sub-command IMPORTED_RUNTIME_ARTIFACTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在README中,需求的CMake版本为3.12
但在 lib/CMakeLists.txt:59中用到的关键词IMPORTED_RUNTIME_ARTIFACTS,这一关键词在3.21版本才被引入,详见CMake文档。
我正在使用Ubuntu 20.04进行编译,默认的CMake版本是3.16,无法正常进行编译。报错如下
The text was updated successfully, but these errors were encountered: