我有一个C++头文件,它包含以下行:#include <QXmlDefaultHandler>find_package(Qt5Core REQUIRED)find_package(Qt5Xml REQUIRED)QXmlSimpleReader: No such file or directory
#
Ubuntu18.04过去的cmake版本3.10.2(base) lzw@resplendent-star:~/3d_lib/cmake-3.17.1$ cmake --version
CMake Error: Could not find CMAKE_ROOT !!!CMake has most likely no
其中一个依赖项是更新版本的cmake(需要)。cmake ..Error at /home/cgvg/.linuxbrew/Cellar/cmake/3.4.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake/3.4.1/share/cmake/Modules/
我已经成功地在指定位置安装了VTK,没有任何错误,但是当我尝试构建一个示例示例时,每次运行CMAKE时,都会得到以下错误Skipping SimplePointsReaderVTK Source 8.2.0 Visual studio Professional 2015 Version 14.0.25431.01 Update
直接调用cmake只需要大约20秒。 我现在想禁用no_copy_source复制,但是cmake不能找到源文件,除非我传递一个绝对路径。 我遗漏了什么?class MyConan(ConanFile): no_copy_source = True
# What do I need to pass so that it works?