-
Notifications
You must be signed in to change notification settings - Fork 21
Description
(base) dheeman@dheeman:~/Downloads/High-Dimensional-Inspector/build$ cmake -DCMAKE_BUILD_TYPE=Release ..
-- /home/dheeman/Downloads/High-Dimensional-Inspector/build/hdi/visualization
-- Found OpenMP_C: -fopenmp
-- Found OpenMP_CXX: -fopenmp
-- Found OpenMP: TRUE
-- OpenMP found
CMake Error at hdi/visualization/CMakeLists.txt:19 (find_package):
By not providing "FindQt5WebKit.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5WebKit", but CMake did not find one.
Could not find a package configuration file provided by "Qt5WebKit" with
any of the following names:
Qt5WebKitConfig.cmake
qt5webkit-config.cmake
Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set
"Qt5WebKit_DIR" to a directory containing one of the above files. If
"Qt5WebKit" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!