radio-astro / casasynthesis

The synthesis CASA 4.4 submodule as a standalone project
1 stars 0 forks source link

SO version and name information missing #12

Open gijzelaerr opened 7 years ago

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

probably this would help

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