Skip to content
Snippets Groups Projects
Commit 852b55c4 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: try to compile mapla and monteverdi as shared libs (don't find the reason...

ENH: try to compile mapla and monteverdi as shared libs (don't find the reason why its always build as static libs)
parent 5a62cc8f
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ add_to_qt4_i18n_forms( ${OTBMapla_FORMS} )
##########################[Mapla library]####################################
add_library( OTBMapla
STATIC
${OTBMapla_SRCS}
${OTBMapla_FORMS_HEADERS}
${OTBMapla_SRC_MOC}
......
......@@ -55,7 +55,6 @@ add_to_qt4_i18n_forms( ${OTBMonteverdi_FORMS} )
#############################################################################
add_library( OTBMonteverdi
STATIC
${OTBMonteverdi_SRCS}
${OTBMonteverdi_FORMS_HEADERS}
${OTBMonteverdi_SRC_MOC}
......
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