小编Dem*_*tus的帖子

CMakeLists.txt 处的 CMake 错误:251(消息):无法确定正则表达式后端的源文件

我尝试从源代码构建的项目cmake 主要是用 C/C++ 和 Python 编写的。

其源代码链接: https: //github.com/rapidsai/cuml

在“cpp”子文件夹中成功运行命令后:

$ cmake . 
Run Code Online (Sandbox Code Playgroud)

我在那里启动了“make”并收到错误消息:

CMake Error at CMakeLists.txt:251 (message):
  Failed to determine the source files for the regular expression backend
Run Code Online (Sandbox Code Playgroud)

c++ cmake

5
推荐指数
1
解决办法
2546
查看次数

标签 统计

c++ ×1

cmake ×1