Browse Source

Switched from ITK 3.20.0 to 3.20.1 in ITK.cmake.
Fixes #269

Claire Mouton 12 years ago
parent
commit
829681e2f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeExternals/ITK.cmake

+ 1 - 1
CMakeExternals/ITK.cmake

@@ -23,7 +23,7 @@ if(${add_project})
 
     if(NOT DEFINED ITK_DIR)
 
-      set(revision_tag "v3.20.0")
+      set(revision_tag "v3.20.1")
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()