conda-forge / casadi-feedstock

A conda-smithy repository for casadi.
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Always use \n as new line when generating files with CMake #81

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

As reported in https://github.com/conda-forge/opencv-feedstock/issues/302, \n\r do not represent a single newline in Windows (even as in that case it would be \r\n). Anyhow, \n seems to be working fine, so let's just use that one.

Upstream PR: https://github.com/casadi/casadi/pull/2906 .

Similar PRs:

Checklist

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

traversaro commented 1 year ago

@conda-forge-admin, please rerender