OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
255 stars 115 forks source link

The most recent commit (5e2b57f) does not build on Mac OS Sonoma #1241

Open valerioa opened 2 months ago

valerioa commented 2 months ago

The most recent commit (5e2b57f) does not build on Mac OS Sonoma

I have submitted a pull request (#1240) with small changes to the Mac build system, to make it possible to build on recent Mac OS versions with recent Xcode.

Googletest 1.14.0 does not build on Sonoma.

I have added a line (commented out) in thirdparty/thirdparty.cmake to pull 1.15.2 - 1.15.2 builds correctly on Mac.