- Export namespaced CMake target
libcommute::libcommute
instead of plainlibcommute
. - Install CMake configuration files into
${CMAKE_INSTALL_PREFIX}/lib/cmake/libcommute
, which is the recommended location. - Upgraded bundled Catch2 to version 2.13.9 (this fixes issue #2 a.k.a. catchorg/Catch2#2178).
- Fixed compilation with clang/libc++ 15 (issue #5).
- Added project citation information.