libserial
libserial copied to clipboard
Compile error in 1.10.0 while using GCC 11
This error may be caused by googletest 1.8.1, but there is also someting error after I modify version and usr_hash in CmakeLists.txt.
Hi @IcenDy ,
Yes, this issue is due to the upgrade to GTest 1.10.0, https://github.com/google/googletest/releases/tag/release-1.10.0, but there is likely more work required to get up to date to the latest as well, https://github.com/google/googletest/releases/tag/release-1.11.0. I'll put some time into this as I can.
-Mark