BelledonneCommunications / linphone-windows10

Linphone.org mirror for linphone-windows10 (git://git.linphone.org/linphone-windows10.git)
GNU General Public License v2.0
15 stars 27 forks source link

Branch "master" is missing when building xerces-c submodule #7

Open anders9ustafsson opened 6 years ago

anders9ustafsson commented 6 years ago

By default, the CMAKE build scripts appear to git checkout the master branch from external submodules such as xerces-c.

However, Linphone's xerces-c repository (at git://git.linphone.org/xerces-c.git) currently does not seem to have a master branch, only 3.1.4.

If I am not mistaken, this issue can be fixed by adding the following line:

lcb_git_tag("3.1.4")

in the file submodules/cmake-builder/builders/xerces.cmake.

PS. Ideally, this issue should be posted to the linphone-cmake-builder repository, however issue posting is not permitted there.