Skip to content
Snippets Groups Projects
Commit f090d054 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: revert corrections for cygwin

parent f4d7fc6e
No related branches found
No related tags found
No related merge requests found
......@@ -1806,7 +1806,7 @@ ADD_EXECUTABLE(otbIOTests14 otbIOTests14.cxx ${BasicIO_SRCS14})
TARGET_LINK_LIBRARIES(otbIOTests14 OTBIO )
ADD_EXECUTABLE(otbIOTests15 otbIOTests15.cxx ${BasicIO_SRCS15})
TARGET_LINK_LIBRARIES(otbIOTests15 OTBIO )
TARGET_LINK_LIBRARIES(otbIOTests15 OTBIO otbossimplugins)
ADD_EXECUTABLE(otbIOTests16 otbIOTests16.cxx ${BasicIO_SRCS16})
TARGET_LINK_LIBRARIES(otbIOTests16 OTBIO )
......
......@@ -13,7 +13,6 @@ SET(ossimplugins_SOURCES
ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} )
TARGET_LINK_LIBRARIES(otbossimplugins gdal )
INSTALL(TARGETS otbossimplugins
RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment