Skip to content
Snippets Groups Projects
Commit d12c8ffc authored by Julien Malik's avatar Julien Malik
Browse files

BUG: add artificial dependency between ossim and gdal to work around...

BUG: add artificial dependency between ossim and gdal to work around geotiff/gdal clash on Ubuntu 10.10
parent 65da8cc7
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ IF(NOT OTB_DISABLE_UTILITIES_COMPILATION)
# LINK_INTERFACE_LIBRARIES ""
# )
#TARGET_LINK_LIBRARIES(otbossim ${GDAL_LIBRARY})#To make sure that gdal appear before geotiff
TARGET_LINK_LIBRARIES(otbossim ${GEOTIFF_LIBRARY} ${TIFF_LIBRARY} ${JPEG_LIBRARY} ${OPENTHREADS_LIBRARY})
TARGET_LINK_LIBRARIES(otbossim ${GEOTIFF_LIBRARY} ${TIFF_LIBRARY} ${JPEG_LIBRARY} ${GDAL_LIBRARY} ${OPENTHREADS_LIBRARY})
IF(NOT OTB_INSTALL_NO_LIBRARIES)
INSTALL(TARGETS otbossim
......
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