OpenPHDGuiding / phd2

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

Do not try to fetch the Ogma camera library whith OPENSOURCE_ONLY #1204

Closed pchev closed 2 months ago

pchev commented 2 months ago

With the recent addition of OGMA camera it is no more possible to build the Ubuntu PPA package.

This is because it is not possible to reach Github from the Ubuntu build server to download the library. Even with -DOPENSOURCE_ONLY=1 it still try to fetch the library, making the build to failed.

This change just prevent the fetch when OPENSOURCE_ONLY=1.