tunabrain / tungsten

High performance physically based renderer in C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build without OPENEXR

fewo opened this issue · comments

commented

in ImageIO.cpp
OPENEXR_AVAILABLE always 1 regardless of cmake.
the define should be removed ...

#define OPENEXR_AVAILABLE 1

#if OPENEXR_AVAILABLE
#include <ImfChannelList.h>
#include <ImfOutputFile.h>
#include <ImfInputFile.h>
#include <half.h>
#endif

Ooops! That should not have been committed. Thanks for catching that.