summaryrefslogtreecommitdiffstats
path: root/src/itk-1-hostcheck.patch
blob: df28c44df7cb831a9a04434828a5734e093b4618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 )