Browse Source

Merge pull request #271 from cmouton/269-fix-ITK-compilation-error

Switched from ITK 3.20.0 to ITK 3.20.1
Julien Finet 12 years ago
parent
commit
ad60914011
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()