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

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

parent f58a8dfc
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ SET(ossimplugins_SOURCES ...@@ -25,6 +25,8 @@ SET(ossimplugins_SOURCES
ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} ) ADD_LIBRARY(otbossimplugins ${ossimplugins_SOURCES} )
#TARGET_LINK_LIBRARIES(otbossimplugins ${GDAL_LIBRARY} otbossim) #TARGET_LINK_LIBRARIES(otbossimplugins ${GDAL_LIBRARY} otbossim)
TARGET_LINK_LIBRARIES(otbossimplugins otbossim)
IF(OTB_LIBRARY_PROPERTIES) IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(otbossimplugins PROPERTIES ${OTB_LIBRARY_PROPERTIES}) SET_TARGET_PROPERTIES(otbossimplugins PROPERTIES ${OTB_LIBRARY_PROPERTIES})
ENDIF(OTB_LIBRARY_PROPERTIES) ENDIF(OTB_LIBRARY_PROPERTIES)
......
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