pandora icon indicating copy to clipboard operation
pandora copied to clipboard

Investigate making pandora to compile on Mac

Open leoisl opened this issue 2 years ago • 2 comments
trafficstars

would make DrPrg accessible to more people

leoisl avatar Jul 04 '23 14:07 leoisl

Got stuck on compiling GoogleTest using clang: https://github.com/leoisl/pandora/actions/runs/5465596735/jobs/9949262677

Switching to gcc-11

leoisl avatar Jul 05 '23 15:07 leoisl

Looking at https://github.com/google/googletest/issues/2224 and the PR it links to, I think upgrading out google test version from v1.10 to something like from v1.13 onwards should fix this?

https://github.com/rmcolq/pandora/blob/32911655d1ccf8b8843f31fdad1f1da48a331de2/cmake/Hunter/config.cmake#L12

mbhall88 avatar Jul 05 '23 22:07 mbhall88