CMake Warning at CMake/config.cmake:50 (find_package):
  By not providing "FindParaView.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "ParaView",
  but CMake did not find one.
  Could not find a package configuration file provided by "ParaView" with any
  of the following names:
    ParaViewConfig.cmake
    paraview-config.cmake
  Add the installation prefix of "ParaView" to CMAKE_PREFIX_PATH or set
  "ParaView_DIR" to a directory containing one of the above files.  If
  "ParaView" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:12 (include)
CMake Warning at CMake/config.cmake:65 (find_package):
  By not providing "FindVTK.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "VTK", but
  CMake did not find one.
  Could not find a package configuration file provided by "VTK" with any of
  the following names:
    VTKConfig.cmake
    vtk-config.cmake
  Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR"
  to a directory containing one of the above files.  If "VTK" provides a
  separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:12 (include)
CMake Error at CMake/config.cmake:90 (message):
  TTK_BUILD_PARAVIEW_PLUGINS requires ParaView.
Call Stack (most recent call first):
  CMakeLists.txt:12 (include)
I checked out the "C:\Program Files (x86)\ParaView\lib" folder, and noticed there was no cmake folder, nor a site-packages folder. There was only a folder labeled vtk, along with a bunch of files with a vtk at the start and a .lib extension. This suggests that I didn't install paraview correctly, and I was wondering if there was any way to correct any mistakes I made during installation.
Best,
Khizar