remove libtool archive generation

This commit is contained in:
Arne Morten Kvarving 2017-02-23 14:13:49 +01:00
parent 1788ecc1f0
commit 481d416c22

View File

@ -285,10 +285,6 @@ opm_doc (${project} ${doxy_dir})
# provide compatibility with using this build in dunecontrol
include (DuneCompat)
include (LibtoolArchives)
if (${project}_TARGET)
configure_la (${project} ${${project}_TARGET} ${project}_LIBTOOL_ARCHIVE)
endif ()
### clean in-source builds ###
include (OpmDistClean)