Skip to content

Commit

Permalink
#16: fix osmesa typo and disable other flags explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Apr 24, 2024
1 parent 9adec3f commit bad1125
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/make-base-ubuntu22.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ RUN cmake \
-DCMAKE_CXX_COMPILER=g++-11 \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DBUILD_TESTING:BOOL=OFF \
-DVTK_OPENGL_HAS_MESA:BOOL=ON \
-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
-DVTK_DEFAULT_RENDER_WINDOW_OFFSCREEN:BOOL=ON \
-DVTK_USE_X:BOOL=OFF \
-DVTK_USE_WIN32_OPENGL:BOOL=OFF \
-DVTK_USE_COCOA:BOOL=OFF \
-DVTK_USE_SDL2:BOOL=OFF \
-DVTK_Group_Rendering:BOOL=OFF \
-DBUILD_TESTING:BOOL=OFF \
-DBUILD_SHARED_LIBS:BOOL=ON \
Expand Down

0 comments on commit bad1125

Please sign in to comment.