Re: Building OpenEXR on Windows
Nick Porcino
Hi there, the script I see here: https://jenkins.aswf.io/sandbox/job/openexr-win64-master/configure seems to be incorrectly configured to run a very old Visual Studio, Visual Studio 2010. -G "Visual Studio 10 Win64" .. The Generator expression for CMake needs to specify version and year. We've tested OpenEXR with Visual Studio 2015 and 2017, and I see you're intending to use 2017. So, update the generator with: -G "Visual Studio 15 2017 Win64" HTH! - Nick On Wed, Sep 19, 2018 at 11:57 AM Thanh Ha <thanh.ha@...> wrote:
--
-------------------------------- Nick Porcino @meshula Virtual and augmented production, interactive applications, and robotics, since 1982 |
|