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

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 .. 即可成功。

转载于:https://www.cnblogs.com/shirley-bhu/p/10442941.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值