update isl to version 0.17.1
[ppcg.git] / get_submodules.sh
bloba763a6fbd64725ed2f282b6a39a7c09507a0932c
1 #!/bin/sh
2 git submodule init
3 git submodule update
4 (cd isl; git submodule init imath; git submodule update imath)