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

BUG: wrong link options for liblas

parent bc7d059b
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ IF(NOT OTB_DISABLE_UTILITIES_COMPILATION)
ADD_LIBRARY(otbliblas ${liblas_SRCS} )
TARGET_LINK_LIBRARIES(otbliblas ${GDAL_LIBRARY} ${GEOTIFF_LIBRARY} ${TIFF_LIBRARY})
IF(GDAL_VERSION VERSION_LESS 1.6)
TARGET_LINK_LIBRARIES(otbliblas ${GEOTIFF_LIBRARY} ${TIFF_LIBRARY})
TARGET_LINK_LIBRARIES(otbliblas ${GDAL_LIBRARY} ${GEOTIFF_LIBRARY})
ENDIF(GDAL_VERSION VERSION_LESS 1.6)
IF(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