Get rid of complete list with full paths of libraries in opm-*_LIBRARIES in opm-*-config.cmake
In the package configuration files of each opm module we have a list of libraries in opm-
This has consequences: If we change the library the we need to recompile all modules (not just the ones that use Python) to get rid of the dependency on the old one. Otherwise use the module as a DUNE module will fail if that library was removed (That was not obvious and caused release critical bugs)
At least for building shared OPM libraries we could actually omit other shared libraries in this list. The other better option would be to consistently use CMake targets for the libraries used in these variables.