casacore / casarest

The remainder of the AIPS++ libraries that did not end up on casacore
GNU General Public License v3.0
4 stars 12 forks source link

SO version and name information missing for casa_msvis #14

Open gijzelaerr opened 7 years ago

gijzelaerr commented 7 years ago
dpkg-shlibdeps: warning: can't extract name and version from library name 'libcasa_msvis.so'

probably this would help

set_target_properties(casa_msvis PROPERTIES OUTPUT_NAME casa_msvis)
SET_TARGET_PROPERTIES(casa_msvis PROPERTIES SOVERSION 0)