COMP: Do not build cmw9xcom on Cygwin

This commit is contained in:
Andy Cedilnik 2005-03-06 08:17:42 -05:00
parent c0de8ba723
commit 70b01d4506
1 changed files with 4 additions and 2 deletions

View File

@ -172,8 +172,10 @@ TARGET_LINK_LIBRARIES(DumpDocumentation CMakeLib)
# Build special executable for running programs on Windows 98 # Build special executable for running programs on Windows 98
IF(WIN32) IF(WIN32)
ADD_EXECUTABLE(cmw9xcom cmw9xcom.cxx) IF(NOT UNIX)
TARGET_LINK_LIBRARIES(cmw9xcom CMakeLib) ADD_EXECUTABLE(cmw9xcom cmw9xcom.cxx)
TARGET_LINK_LIBRARIES(cmw9xcom CMakeLib)
ENDIF(NOT UNIX)
ENDIF(WIN32) ENDIF(WIN32)
# Build CTest executable # Build CTest executable