CarVac / librtprocess

A project to make RawTherapee's processing algorithms more readily available.
Other
51 stars 23 forks source link

Modified sources in order to compile with MSVC compilers: #74

Closed emruiz81 closed 1 year ago

emruiz81 commented 1 year ago

NOTE: In order to compile this with MSVC, you need to create the project files with CMAKE, and set the openmp flags to openmp:experimental

lock042 commented 1 year ago

@heckflosse , @CarVac , @emruiz81 : This PR breaks our msys2 compilation as you can see here: https://gitlab.com/free-astro/siril/-/jobs/4419131045

emruiz81 commented 1 year ago

I'm sorry for that, I'll take a look today and try to fix it asap

emruiz81 commented 1 year ago

@lock042 I've created a new PR #75 to address this issue because this one is closed. I've tested it with your siril build environment and is working OK.