summaryrefslogtreecommitdiffstats
path: root/Modules/FindMFC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindMFC.cmake')
-rw-r--r--Modules/FindMFC.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindMFC.cmake b/Modules/FindMFC.cmake
index e453ef0..23d71d6 100644
--- a/Modules/FindMFC.cmake
+++ b/Modules/FindMFC.cmake
@@ -9,9 +9,9 @@ SET( MFC_FOUND "NO" )
# Add MFC support if win32 and not cygwin and not borland
IF( WIN32 )
IF( NOT CYGWIN )
- IF( NOT BORLAND )
- SET( MFC_FOUND "YES" )
- ENDIF( NOT BORLAND )
+ IF( NOT BORLAND )
+ SET( MFC_FOUND "YES" )
+ ENDIF( NOT BORLAND )
ENDIF( NOT CYGWIN )
ENDIF( WIN32 )