Skip to content

Commit

Permalink
Merge branch 'feature/paraview-5.8' of https://github.com/Flatken/ves…
Browse files Browse the repository at this point in the history
…tec-sampling into feature/paraview-5.8
  • Loading branch information
Flatken committed Oct 15, 2020
2 parents cdb7a37 + 0f32133 commit 0f864dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 67 deletions.
67 changes: 0 additions & 67 deletions make_cnl.bat

This file was deleted.

3 changes: 3 additions & 0 deletions make_externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ 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 make_directory "$BUILD_DIR/ttk" && cd "$BUILD_DIR/ttk"
cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
-DParaView_DIR="$BUILD_DIR/paraview" \
Expand Down
3 changes: 3 additions & 0 deletions make_externals_archer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ 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 make_directory "$BUILD_DIR/ttk" && cd "$BUILD_DIR/ttk"
cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
-DParaView_DIR="$BUILD_DIR/paraview" \
Expand Down

0 comments on commit 0f864dc

Please sign in to comment.