Skip to content
Snippets Groups Projects
Commit 87fc08a5 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : add otbossim depend in Radiometric CMakelist for mac compilation

parent fd2ad61f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
FILE(GLOB OTBRadiometry_SRCS "*.cxx" )
ADD_LIBRARY(OTBRadiometry ${OTBRadiometry_SRCS})
TARGET_LINK_LIBRARIES (OTBRadiometry OTBCommon otb6S)
TARGET_LINK_LIBRARIES (OTBRadiometry OTBCommon otb6S otbossim)
IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(OTBRadiometry PROPERTIES ${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