0

I have encountered problem in building a solution of OpenEXR using Cmake for VS2013.

FYI, i have installed the prerequisite of OpenEXR, ILMBase and specify the path in system path variables. However, when i configure Cmake to produce solution for VS2013, the ILMBase package prefix cant be located.

Is there any solution to this??

enter image description here

usr1234567
  • 21,601
  • 16
  • 108
  • 128
vincent911001
  • 523
  • 1
  • 6
  • 20

1 Answers1

-2

if you still have the problem: Follow the readme, so don't use the cmake gui, but type everything in the command line (which includes specifying ILMBASE_PACKAGE_PREFIX)

user3688217
  • 538
  • 2
  • 5
  • 15