[vtk-developers] Library names for new cmake modules

David Gobbi david.gobbi at gmail.com
Wed Jan 9 12:45:39 EST 2019


Hi Ben,

The new module system changes the so library names.  Was this intentional?

On MacOS:

libvtkCommonCore-8.90.8.90.0.dylib
libvtkCommonCore-8.90.dylib -> libvtkCommonCore-8.90.1.dylib
libvtkCommonCore-8.90.1.dylib -> libvtkCommonCore-8.90.8.90.0.dylib

vs

libvtkCommonCore-8.2.1.dylib
libvtkCommonCore-8.2.dylib -> libvtkCommonCore-8.2.1.dylib

On Linux:

libvtkCommonCore-8.90.so.8.90.0
libvtkCommonCore-8.90.so -> libvtkCommonCore-8.90.so.1
libvtkCommonCore-8.90.so.1 -> libvtkCommonCore-8.90.so.8.90.0

vs

libvtkCommonCore-8.2.so.1
libvtkCommonCore-8.2.so -> libvtkCommonCore-8.2.so.1

On an unrelated note, CMAKE_BUILD_TYPE=RelWithDebInfo causes duplicated
targets.

  David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtk-developers/attachments/20190109/5d735065/attachment.html>


More information about the vtk-developers mailing list