Skip to content
Snippets Groups Projects
Commit af206662 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : suppress cindition for cygwin

parent 5316f2bf
Branches
Tags
No related merge requests found
......@@ -20,9 +20,7 @@ SET(ossimplugins_SOURCES
ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} )
IF( CYGWIN )
TARGET_LINK_LIBRARIES(otbossimplugins otbossim ${GDAL_LIBRARY})
ENDIF( CYGWIN )
TARGET_LINK_LIBRARIES(otbossimplugins otbossim ${GDAL_LIBRARY})
IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(otbossimplugins PROPERTIES ${OTB_LIBRARY_PROPERTIES})
ENDIF(OTB_LIBRARY_PROPERTIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment