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

This commit is contained in:
Robert Maynard 2018-04-11 16:50:56 -04:00
parent e28b274d6f
commit 2d522503b0

@ -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