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

COMP: try to blindy fix MacOS build

parent 274a9e59
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
FILE(GLOB OTBOssimAdapters_SRCS "*.cxx" )
ADD_LIBRARY(OTBOssimAdapters ${OTBOssimAdapters_SRCS})
TARGET_LINK_LIBRARIES (OTBOssimAdapters otbossim otbossimplugins)
TARGET_LINK_LIBRARIES (OTBOssimAdapters otbossim otbossimplugins ITKCommon)
IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(OTBOssimAdapters PROPERTIES ${OTB_LIBRARY_PROPERTIES})
ENDIF(OTB_LIBRARY_PROPERTIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment