Skip to content

Cleanup CMake code to build shared libraries

Bram Veenboer requested to merge cmake-shared-libraries into master

Get rid of the CMake code to set -fPIC for relocatable shared libraries manually. At the same time, also get rid of the unused functionality to build static libraries and setting the SOVERSION.

Merge request reports