Skip to content

wrong GSL version extraction by regex from gsl_version.h fix

Igor Peschinskiy requested to merge Paise/cmake:master into master

Existing regex for extracting GSL_VERSION from gsl_version.h file don't match if version number consists of only two numbers (for example 2.3). This bug was found during checking of GSL version of manualy builded GSL installation under Windows.

Merge request reports