Public thirdparty includes #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
sdk_core/CMakeLists.txtthirdparty includes (spdlog, FastCRC) added asPUBLIC. This leads to problems if the project is linked tolivox_sdk_staticand to a different version ofsdplog, for example. I suggest to make such inсludes PRIVATE.