libserial icon indicating copy to clipboard operation
libserial copied to clipboard

Compile error in 1.10.0 while using GCC 11

Open IcenDy opened this issue 4 years ago • 1 comments

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.

IcenDy avatar Dec 03 '21 15:12 IcenDy

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

mcsauder avatar Dec 07 '21 06:12 mcsauder