mirror of https://github.com/pvnis/srsRAN_4G.git
cmake: fix build for cmake option BUILD_SHARED_LIBS=ON
The cmake option BUILD_SHARED_LIBS (off by default) causes all libraries to be built as shared libraries if not unless explicitly stated otherwise. Since test-helper libraries do not export their symbols, linking fails if built as shared library. Therefore, this change explicitly configures these helpers as STATIC.master
parent
3620308940
commit
c5d5d45574
Loading…
Reference in New Issue