You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheckSubmodules.cmake uses some fallback detection logic, but it uses English keywords to detect certain scenarios.
Here's an example of a non-English message:
-- Checking rpmalloc...
-- Fetching src/3rdparty/rpmalloc/rpmalloc
-- Fetching src/3rdparty/rpmalloc/rpmalloc @ --depth 100
Submodul 'src/3rdparty/rpmalloc/rpmalloc' (https://github.com/rampantpixels/rpmalloc.git) für Pfad 'src/3rdparty/rpmalloc/rpmalloc' in die Konfiguration eingetragen.
fatal: Referenz ist kein "Tree"-Objekt: 2e0479192b8dfb15e0084969fdf06208cffbfd09
Konnte '2e0479192b8dfb15e0084969fdf06208cffbfd09' in Submodul-Pfad 'src/3rdparty/rpmalloc/rpmalloc' nicht auschecken.
CheckSubmodules.cmake needs to be enhanced to work with non-English locales.
The text was updated successfully, but these errors were encountered:
tresf
added a commit
to tresf/lmms
that referenced
this issue
Nov 20, 2017
CheckSubmodules.cmake
uses some fallback detection logic, but it uses English keywords to detect certain scenarios.Here's an example of a non-English message:
CheckSubmodules.cmake
needs to be enhanced to work with non-English locales.The text was updated successfully, but these errors were encountered: