wkjarosz / hdrview

A simple research-oriented image viewer with an emphasis on examining and comparing high-dynamic range (HDR) images, and including minimalistic editing and tonemapping capabilities.
Other
279 stars 11 forks source link

HDRbatch not being "installed" in linux #116

Closed fjavifabre closed 1 year ago

fjavifabre commented 1 year ago

CMake installs hdrbatch binary in Windows but not in Linux (I do not know if this is this intended behavior). It would be nice to fix this using the following line in CMakeLists.txt (Line 555) for Linux too:

install(TARGETS hdrbatch RUNTIME DESTINATION "bin")

wkjarosz commented 1 year ago

Thanks for the bug report. This isn't intentional, i just don't have a linux box to test on. I'll add your fix.