MAC: CMake compile CloudCompare error:By not providing "FindQt5PrintSupport.cmake" in CMAKE_MODULE_PATH

ERROR message as:

复制代码
CMake Warning at CC/CMakeLists.txt:26 (message):
  CCLib configured without parallel algorithm capabilities - see
  COMPILE_CC_CORE_LIB_WITH_TBB


CMake Error at cmake/CMakeExternalLibs.cmake:18 (find_package):
  By not providing "FindQt5PrintSupport.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5PrintSupport", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5PrintSupport"
  with any of the following names:

    Qt5PrintSupportConfig.cmake
    qt5printsupport-config.cmake

  Add the installation prefix of "Qt5PrintSupport" to CMAKE_PREFIX_PATH or
  set "Qt5PrintSupport_DIR" to a directory containing one of the above files.
  If "Qt5PrintSupport" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  CC/CMakeLists.txt:32 (include)


-- Configuring incomplete, errors occurred!
See also "/Users/mac/liuxueli/CloudCompare-master/build/CMakeFiles/CMakeOutput.log".
ShirleydeMacBook-Pro:build mac$ vim ../cmake/CMakeExternalLibs.cmake 
ShirleydeMacBook-Pro:build mac$ cmake ..
cmake policies active:
cmake policies active:
CMake Warning at CC/CMakeLists.txt:26 (message):
  CCLib configured without parallel algorithm capabilities - see
  COMPILE_CC_CORE_LIB_WITH_TBB


CMake Error at cmake/CMakeExternalLibs.cmake:19 (find_package):
  By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Concurrent", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Concurrent"
  with any of the following names:

    Qt5ConcurrentConfig.cmake
    qt5concurrent-config.cmake

  Add the installation prefix of "Qt5Concurrent" to CMAKE_PREFIX_PATH or set
  "Qt5Concurrent_DIR" to a directory containing one of the above files.  If
  "Qt5Concurrent" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  CC/CMakeLists.txt:32 (include)


-- Configuring incomplete, errors occurred!
See also "/Users/mac/liuxueli/CloudCompare-
复制代码

解决方案:

修改cmake/CMakeExternalLibs.cmake文件,添加一行内容:

set (CMAKE_PREFIX_PATH "/usr/local/Cellar/qt/5.10.1/lib/cmake")

/usr/local/Cellar/qt/5.10.1/lib/cmake 为对应的QT安装路径

修改后重新cmake .. 即可成功。

posted @   雪梨大佬  阅读(1798)  评论(0编辑  收藏  举报
编辑推荐:
· [.NET]调用本地 Deepseek 模型
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· .NET Core 托管堆内存泄露/CPU异常的常见思路
· PostgreSQL 和 SQL Server 在统计信息维护中的关键差异
· C++代码改造为UTF-8编码问题的总结
阅读排行:
· 【.NET】调用本地 Deepseek 模型
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
点击右上角即可分享
微信分享提示