BUG: fix bad if statements

This commit is contained in:
Bill Hoffman 2004-04-22 11:12:04 -04:00
parent 4e8b76dc93
commit 5ff05c35d1
1 changed files with 2 additions and 2 deletions

View File

@ -68,14 +68,14 @@
IF(WIN32)
SET(WIN32_STYLE_FIND 1)
ENDIF(MINGW)
ENDIF(WIN32)
IF(MINGW)
SET(WIN32_STYLE_FIND 0)
SET(UNIX_STYLE_FIND 1)
ENDIF(MINGW)
IF(UNIX)
SET(UNIX_STYLE_FIND 1)
ENDIF(MINGW)
ENDIF(UNIX)
IF(WIN32_STYLE_FIND)