I'm doing a bit of work with openjpeg and decided to build it on a few
platforms with cmake. When running a make install, the libraries were
copied to the wrong area (/openjpeg) instead of in a subdirectory of
my install path. This seems to be the result of INCLUDE_INSTALL_DIR
being undefined.
I've enclosed a patch that fixed the problem for me.
NOTE: This may be a result of my running a very new CVS version of
CMake. I'm using cmake 2.9.20091106 and this may be a result of a
change in cmake.
Thanks,
Patrick Reynolds
Thanks,
Patrick