john30 / ebusd

daemon for communication with eBUS heating systems
GNU General Public License v3.0
592 stars 136 forks source link

CMakeLists.txt: add BUILD_SHARED_LIBS=OFF #1142

Closed ConiKost closed 10 months ago

ConiKost commented 10 months ago

This disabled shared libs, as otherwise the compilation could fail. The installed binary files are still dynamically linked, as this affects only internal linking here.

Closes: https://github.com/john30/ebusd/issues/1132