You have to edit CMakeExternals/MITK.cmake

There is a part like

  ExternalProject_Add(${proj}
    SOURCE_DIR ${CMAKE_BINARY_DIR}/${proj}
    BINARY_DIR ${MITK_BINARY_DIR}
    PREFIX ${proj}${ep_suffix}
    GIT_REPOSITORY "${git_protocol}://github.com/cim-unito/MITK.git"
    GIT_TAG "origin/cim"
    INSTALL_COMMAND ""
    CMAKE_GENERATOR ${gen}

The repository and the tag will be different in your one.

You can set a hash as the GIT_TAG.

Best,
Miklos

On Wed, Jan 18, 2012 at 4:30 PM, Lodron, Gerald
<[email protected]> wrote:
> Hello again
>
>
>
> I saw that there were a lot of changes in mitk. How can I tell the project
> template to only compile/download version of hash value
> 1871450c40e0de0f000ab27db10c920149884b04, like Herig Jan supposed? I am no
> expert with superbuild...
>
>
>
> Best regards
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to