summaryrefslogtreecommitdiffstats
path: root/src/itk-1-hostcheck.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/itk-1-hostcheck.patch')
-rw-r--r--src/itk-1-hostcheck.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/itk-1-hostcheck.patch b/src/itk-1-hostcheck.patch
deleted file mode 100644
index df28c44..0000000
--- a/src/itk-1-hostcheck.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file is part of MXE.
-# See index.html for further information.
-
---- InsightToolkit-4.3.2/CMakeLists.txt 2013-04-23 13:35:23.000000000 +0200
-+++ InsightToolkit-4.3.2/CMakeLists.txt.new 2013-06-26 18:42:27.360004957 +0200
-@@ -12,7 +12,7 @@
-
- project(ITK)
-
--if( WIN32 )
-+if( CMAKE_HOST_WIN32 )
-
- string( LENGTH "${CMAKE_CURRENT_SOURCE_DIR}" n )
- if( n GREATER 50 )