Skip to content
Snippets Groups Projects
Commit aef1704e authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Those final compilation parameter issues. Removed unused include.

parent b2617243
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ cd VTK-9.0.1 ...@@ -27,7 +27,7 @@ cd VTK-9.0.1
mkdir build mkdir build
cd build cd build
export ospray_DIR=../../ospray-1.8.5/lib/cmake/ospray-1.8.5 export ospray_DIR=../../ospray-1.8.5/lib/cmake/ospray-1.8.5
../../cmake-3.19.4/bin/cmake .. -DVTK_MODULE_ENABLE_VTK_RenderingRayTracing=YES ../../cmake-3.19.4/bin/cmake .. -DVTK_MODULE_ENABLE_VTK_RenderingRayTracing=YES -DVTK_OPENGL_HAS_OSMESA=ON -DVTK_USE_X=OFF
../../cmake-3.19.4/bin/cmake --build . --config Release --parallel 64 ../../cmake-3.19.4/bin/cmake --build . --config Release --parallel 64
# Install application. # Install application.
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <vtkPolyDataMapper.h> #include <vtkPolyDataMapper.h>
#include <vtkRenderer.h> #include <vtkRenderer.h>
#include <vtkRenderWindow.h> #include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkSmartPointer.h> #include <vtkSmartPointer.h>
#include <vtkUnstructuredGridVolumeRayCastMapper.h> #include <vtkUnstructuredGridVolumeRayCastMapper.h>
#include <vtkVolume.h> #include <vtkVolume.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment