jcelaya / hdrmerge

HDR exposure merging
http://jcelaya.github.io/hdrmerge/
Other
354 stars 78 forks source link

FindAlglib.cmake: additionally use ALGLIB_DIR as search path #213

Closed mkroehnert closed 1 year ago

mkroehnert commented 2 years ago

Hi all,

I started creating a personal package of hdrmerge 0.5.0 for NixOS (see https://codeberg.org/mkroehnert/nix-flakes).

On NixOS, it is required to explicitly pass dependencies to package builders. Therefore, I had to update FindAlglib.cmake to also respect the ALGLIB_DIR variable. \<package>_DIR variables are conventionally used to pass package locations to CMake find_package() scripts.

Let me know, if you find this addition useful or if you would require changes to the PR.

Beep6581 commented 1 year ago

This PR causes no issues in Manjaro, has a thumbs up and has been up for a year, so I'll merge.