Skip to content
Snippets Groups Projects
Commit de9c80f8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

use same fltk commit hash for all releases

parent ab75e4d3
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ RUN curl -L -o occt.tgz "http://git.dev.opencascade.org/gitweb/?p=occt.git;a=sna
# FLTK
# -----------------------
RUN git clone https://github.com/fltk/fltk.git && cd fltk && make makeinclude && ./configure --enable-localpng=no --enable-localzlib=no --enable-localjpeg=no && make -j 4 && make install && cd ../.. && rm -rf fltk
RUN git clone https://github.com/fltk/fltk.git && cd fltk && git checkout 1ce3a84 && make makeinclude && ./configure --enable-localpng=no --enable-localzlib=no --enable-localjpeg=no && make -j 4 && make install && cd ../.. && rm -rf fltk
# -----------------------
# MMG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment