Skip to content
Snippets Groups Projects
Commit c7852e76 authored by Kasper Marstal's avatar Kasper Marstal
Browse files

ENH: Update elastix

parent 70de753a
No related branches found
No related tags found
No related merge requests found
set( proj Elastix )
set( ELASTIX_REPOSITORY https://github.com/mstaring/elastix.git )
set( ELASTIX_TAG c35842cd0152d8fd2894e7c6706d2dd8396f0fed )
set( ELASTIX_REPOSITORY https://svn.bigr.nl/elastix/trunkpublic/ )
set( ELASTIX_REVISION 5159 )
ExternalProject_Add( ${proj}
GIT_REPOSITORY ${ELASTIX_REPOSITORY}
GIT_TAG ${ELASTIX_TAG}
SVN_REPOSITORY ${ELASTIX_REPOSITORY}
SVN_REVISION -r ${ELASTIX_REVISION}
UPDATE_COMMAND ""
SOURCE_DIR ${proj}
BINARY_DIR ${proj}-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment