Skip to content

Commit

Permalink
fixing warnings on windows with eigen3
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 5, 2020
1 parent 46e51fc commit ecf34f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ $(SHLIB): libs
libs: ; cd itkb && mingw32-make -j 1 && \
mingw32-make install && rm -rf ../itks && \
rm -rf CMakeFiles/ && rm -rf Modules/ && rm -rf CMakeTmp/ \
rm -f Makefile rm -rf Utilities/Doxygen
rm -f Makefile rm -rf Utilities/Doxygen && \
rm -rf ITKInternalEigen3-build/

0 comments on commit ecf34f5

Please sign in to comment.