Skip to content

Commit

Permalink
#32: try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 18, 2024
1 parent aa0c7a4 commit 8d99823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/ubuntu22.04-gcc11-vtk9.2.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ RUN git clone --recursive --branch ${VTK_TAG} https://gitlab.kitware.com/vtk/vtk
RUN mkdir -p ${VTK_DIR}
WORKDIR ${VTK_DIR}
RUN cmake \
-DCMAKE_C_COMPILER=\$CC \
-DCMAKE_CXX_COMPILER=\$CXX \
-DCMAKE_C_COMPILER=\${CC} \
-DCMAKE_CXX_COMPILER=\${CXX} \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DBUILD_TESTING:BOOL=OFF \
-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
Expand Down

0 comments on commit 8d99823

Please sign in to comment.