We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error at /usr/share/cmake-3.10/Modules/CMakeFindDependencyMacro.cmake:48 (find_package): Found package configuration file:
/home/jiqiang/anaconda3/lib/cmake/Qt5WebKit/Qt5WebKitConfig.cmake
but it set Qt5WebKit_FOUND to FALSE so package "Qt5WebKit" is considered to be NOT FOUND. Reason given by package:
Qt5WebKit could not be found because dependency is required to have exact version 5.15.x.
Call Stack (most recent call first): /usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake:86 (find_dependency) /usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtWebkit.cmake:13 (find_package) /usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake:45 (include) /usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake:15 (vtk_module_load) /usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake:132 (_vtk_module_config_recurse) /usr/lib/cmake/vtk-6.3/VTKConfig.cmake:80 (vtk_module_config) /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:501 (find_package) /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:656 (find_VTK) /usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:847 (find_external_library) CMakeLists.txt:44 (find_package)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CMake Error at /usr/share/cmake-3.10/Modules/CMakeFindDependencyMacro.cmake:48 (find_package):
Found package configuration file:
but it set Qt5WebKit_FOUND to FALSE so package "Qt5WebKit" is considered to
be NOT FOUND. Reason given by package:
Qt5WebKit could not be found because dependency is required to have exact
version 5.15.x.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake:86 (find_dependency)
/usr/lib/cmake/vtk-6.3/Modules/vtkGUISupportQtWebkit.cmake:13 (find_package)
/usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake:45 (include)
/usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake:15 (vtk_module_load)
/usr/lib/cmake/vtk-6.3/vtkModuleAPI.cmake:132 (_vtk_module_config_recurse)
/usr/lib/cmake/vtk-6.3/VTKConfig.cmake:80 (vtk_module_config)
/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:501 (find_package)
/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:656 (find_VTK)
/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:847 (find_external_library)
CMakeLists.txt:44 (find_package)
The text was updated successfully, but these errors were encountered: