Skip to content
Snippets Groups Projects
Commit ae0aa21d authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: add again the target link to ossimplugins after compilation failed on Leod

parent 6b87b4c9
Branches
Tags
No related merge requests found
......@@ -24,8 +24,8 @@ SET(ossimplugins_SOURCES
)
ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} )
#TARGET_LINK_LIBRARIES(otbossimplugins ${GDAL_LIBRARY} otbossim)
TARGET_LINK_LIBRARIES(otbossimplugins otbossim)
TARGET_LINK_LIBRARIES(otbossimplugins ${GDAL_LIBRARY} ${OGR_LIBRARY} otbossim)
#TARGET_LINK_LIBRARIES(otbossimplugins otbossim)
IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(otbossimplugins PROPERTIES ${OTB_LIBRARY_PROPERTIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment