HDRView icon indicating copy to clipboard operation
HDRView copied to clipboard

Could NOT find Boost (missing: regex)

Open moured opened this issue 4 years ago • 0 comments

Thanks for the great tool. But I still have a problem installing it on WINDOWS 10. I downloaded Boost and build it using bootstrap. Then when compiling HDRView I get this message :

Could NOT find Boost (missing: regex) (found suitable version "1.77.0", minimum required is "1.53")

what I understood is that it is able to find Boost but not regex. In the CMake there is Boost_REGEX_LIBRARY. Can it be the reason? any suggestions on how can I solve this issue?

Note: I tried with 1.53 and other versions. All outputs same problem just the version number changes. Kind Regards :)

moured avatar Sep 14 '21 21:09 moured