Hey, that's Sebastian, really great.
Thanks, this will help a lot.
haggi
Am 05.07.2014 20:17, schrieb Sebastian Elsner:
I have setup a buildscript for myself: http://piratepad.net/0rqEZFwrKg
Scroll down all the way to see how I handle exr. Also please note,
that OIIO currently does not find the libs for exr > 2.0 automatically
since they were renamed to IlmIMf_2_1. I have a pending pull request
in OIIO for this.
Am 05.07.2014 19:51, schrieb haggi krey:
Thanks, I'll have to learn a bit more about cmake to be able to use
it correctly.
haggi
Am 05.07.2014 17:39, schrieb Nicholas Yue:
On 5/07/14 8:35 AM, haggi krey wrote:
Hi,
I'm quite sure this is easy to solve. I have no too much experience
with cmake. And I'm working on windows.
In the FindIlmBase.cmake file I can read:
# This module will first look into the directories defined by the
variables:
# - ILMBASE_HOME, ILMBASE_VERSION, ILMBASE_LIB_AREA
So I define an environment variables called ILMBASE_HOME and point
it to my ilmbase directory where the include and lib directories
are located.
I created a simple batch file where i define
set
ILMBASE_HOME=H:\UserDatenHaggi\Documents\coding\openExr\depoly2.10\ilmbase
Then I call cmake or cmake-gui but both complain about a not found
ilmbase installation. I tried to print a message from the find
module like this:
message ("ilmbase home: ${ILMBASE_HOME}")
Hi Haggi,
try this :
message ("ilmbase home: $ENV{ILMBASE_HOME}")
Cheers
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org