Merge topic 'remove_duplicate_lib_versioning'

2d522503 VTK-m library naming convention is now restored how it was done for v1.2

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1149
This commit is contained in:
Robert Maynard 2018-04-11 21:18:33 +00:00 committed by Kitware Robot
commit bc34a14f0f

@ -293,7 +293,7 @@ function(vtkm_library)
endif()
# Setup the SOVERSION and VERSION information for this vtkm library
set_property(TARGET ${lib_name} PROPERTY VERSION ${VTKm_VERSION})
set_property(TARGET ${lib_name} PROPERTY VERSION 1)
set_property(TARGET ${lib_name} PROPERTY SOVERSION 1)
# Support custom library suffix names, for other projects wanting to inject