Skip to content

Fix LCGConfig.cmake to better read result from lsb_release command

Pierre Antoine Delsart requested to merge delsart/atlasexternals:1.0 into 1.0

LCGConfig.cmake was expecting "lsb_release -r" to return something like "Release: X.Y" and was failing then it got "Release: X". This patch also allows the 2nd result to work.

Merge request reports