Thank you! @jaswantp
Another question, I tried build the example vtkWasmBenchmarks in the blog by docker image with tag wasm32-v9.3.1-3657-gfd3dc37e8e-20240728
.
But compile failed, the cmake error is:
Found package configuration file:
/VTK-install/Release/lib/cmake/vtk/vtk-config.cmake
but it set VTK_FOUND to FALSE so package "VTK" is considered to be NOT
FOUND. Reason given by package:
Could not find the VTK package with the following required components:
RenderingWebGPU.
I tried docker image with tag v9.3.0-2490-g97c85d6930-202404010
, it’s ok.
How can I fix it?