Skip to content

Commit

Permalink
🪲 Fix typo in linux make_externals script
Browse files Browse the repository at this point in the history
  • Loading branch information
FellegaraR committed Oct 20, 2020
1 parent 0f864dc commit f3eb73d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make_externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
-DPARAVIEW_USE_PYTHON=ON \
-DVTK_PYTHON_VERSION=3 \
-DPARAVIEW_USE_QT=OFF \
-DPARAVIEW_USE_QT=ON \
-DPARAVIEW_USE_MPI=ON \
-DPARAVIEW_USE_VTKM=OFF \
-DCMAKE_BUILD_TYPE=Release "$EXTERNALS_DIR/paraview-5.6"
Expand All @@ -69,8 +69,8 @@ echo ""
echo "Building and installing TTK ..."
echo ""

cmake -E remove_directory "$EXTERNALS_DIR/ttk/paraview/WRLExporter"
cmake -E remove_directory "$EXTERNALS_DIR/ttk/core/vtk/ttkWRLExporter"
cmake -E remove_directory "$EXTERNALS_DIR/ttk/paraview/WRLExporter"
cmake -E remove_directory "$EXTERNALS_DIR/ttk/core/vtk/ttkWRLExporter"

cmake -E make_directory "$BUILD_DIR/ttk" && cd "$BUILD_DIR/ttk"
cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
Expand Down

0 comments on commit f3eb73d

Please sign in to comment.