Version 1.4.2
Fix some issues discovered by users:
- Set additional CPACK variables for RPM generator (#1246). Thanks @tcraigtyler.
- Fix compile when
SPDLOG_WCHAR_FILENAMESis defined (#1249 ). - Fix
stdout color sinkunder Windows to better handle cases when no console available (#1250). - Fix windows compile error where std::max is overriden by a macro. (#1251, #1252). Thanks @bsergean.
- CMakeLists.txt: Moved the installed lib to
CMAKE_INSTALL_LIBDIR(#1253). Thanks @DasRoteSkelett. - CMakeLists.txt: Fixed pkg-config generation (cf2bf48, fb70eca). Thanks @SammyEnigma.