COMP: Do not build cmw9xcom on Cygwin
This commit is contained in:
parent
c0de8ba723
commit
70b01d4506
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue