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

cmake: don't overwrite CMAKE_MODULE_PATH #35

Closed NeroBurner closed 5 years ago

NeroBurner commented 5 years ago

the user could have already set a different CMAKE_MODULE_PATH, this change supports this use case