记录 | mac报错:not prividing “FindClang.cmake“

报错:

CMake Error at CMakeLists.txt:72 (find_package):

By not providing "FindClang.cmake" in CMAKE_MODULE_PATH this project has

asked CMake to find a package configuration file provided by "Clang", but

CMake did not find one.
 

Could not find a package configuration file provided by "Clang" with any of

the following names:
 

ClangConfig.cmake

clang-config.cmake

Add the installation prefix of "Clang" to CMAKE_PREFIX_PATH or set

"Clang_DIR" to a directory containing one of the above files. If "Clang"

provides a separate development package or SDK, be sure it has been

installed.


解决办法:

brew install llvm@13

相关推荐

  1. cnn个人记录

    2024-03-13 01:34:03       57 阅读
  2. git clone 记录

    2024-03-13 01:34:03       34 阅读
  3. LIO-SAM记录

    2024-03-13 01:34:03       32 阅读
  4. Flutter 常见记录

    2024-03-13 01:34:03       49 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-13 01:34:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-13 01:34:03       100 阅读
  3. 在Django里面运行非项目文件

    2024-03-13 01:34:03       82 阅读
  4. Python语言-面向对象

    2024-03-13 01:34:03       91 阅读

热门阅读

  1. mysql笔记:15. 事务和锁

    2024-03-13 01:34:03       39 阅读
  2. 简单聊一下 Python 协程

    2024-03-13 01:34:03       46 阅读
  3. 【More Effective C++】条款24:了解虚函数的成本

    2024-03-13 01:34:03       52 阅读
  4. html 如何引入 百度地图

    2024-03-13 01:34:03       41 阅读
  5. 前端面试练习24.3.11

    2024-03-13 01:34:03       37 阅读
  6. MYSQL环境搭建面试题

    2024-03-13 01:34:03       34 阅读
  7. PTA L1-009 N个数求和(C++)

    2024-03-13 01:34:03       39 阅读