devernay / cminpack

A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
http://devernay.free.fr/hacks/cminpack/
145 stars 63 forks source link

Remove leftover noise from VERSION/SOVERSION variables #56

Closed StefanBruens closed 1 year ago

StefanBruens commented 1 year ago

Commit 56088f9bf6c2 removed the CACHE keyword from the set command, which made the trailing help text part of the variable values. This extra text was propagated to the pkgconfig file, making it malformed.

As there is no use for any help text (e.g. in CMake GUI) for a variable which can not be overridden by a user, remove the trailing text.

Fixes #55