v5.1
- Added support for comms::option::def::FailOnInvalid option for messages (comms::MessageBase).
- Fixes for better support of VS2015 compiler.
- Fixes and improvements to cmake scripts.
- Creating aliasing cmake configs commsConfig.cmake and cc_commsConfig.cmake to LibCommsConfig.cmake to allow alternative
find_package()
calls in cmake.
find_package(comms REQUIRED)
find_package(cc_comms REQUIRED)