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 .. 即可成功。
标签:
CMAKE
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· [.NET]调用本地 Deepseek 模型
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· .NET Core 托管堆内存泄露/CPU异常的常见思路
· PostgreSQL 和 SQL Server 在统计信息维护中的关键差异
· C++代码改造为UTF-8编码问题的总结
· 【.NET】调用本地 Deepseek 模型
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库