/home/usr/work/20237/vcpkg/installed/x64-linux/share/vtk/patches/99/FindX11.cmake:207 (find_package) /home/usr/work/20237/vcpkg/scripts/buildsystems/vcpkg.cmake:786 (_find_package) /home/usr/work/20237/vcpkg/installed/x64-linux/share/vtk/VTK-vtk-module-find-packages.cmake:162 (find_p...
(found version "1.10.8") found components: CXX C HL CMake Error at /usr/lib/x86_64-linux-gnu/cmake/ITK-5.3/Modules/ITKVtkGlue.cmake:16 (find_package): Could not find a package configuration file provided by "VTK" with any of the following names: VTKConfig.cmake vtk-config.cmake ...
Currently, if one uses CMake's find_package command to look for a BoostConfig.cmake file, one has to list all (desired) components (aka Boost libraries with binaries) explicitly, like this: find_package( Boost 1.71.0 REQUIRED COMPONENTS unit_test_framework filesystem program_options ... #...
A call tofind_package()may include components (required or optional). An implicit assumption with any use ofFetchContentis that you take on the responsibility of ensuring that all features or optional parts that the project might need will indeed be provided by the dependency you are bringing in...
Could not find the VTK package with the following required components: GUISupportQt, RenderingQt.搞不明白了,是路径设置的有问题?? 参考链接:linux下编译安装vtk_fanhenghui的专栏-CSDN博客 CMakeLists.txt学习 官方文档:wiki.ros.org/catkin/CMa ros的CMakeLists详解_windistance的博客-CSDN博客 ...
Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success -- Performing Test HAVE_C_WNO_SHADOW -- Performing Test HAVE_C_WNO_...