On Sat, Jul 9, 2011 at 11:55 AM, Chris Foster <[email protected]> wrote: > I spent some time completely revamping the install directory stuff. We now > have the following cmake variables to specify paths: > > BIN_INSTALL_DIR - replaces BINDIR, renamed for clarity > LIB_INSTALL_DIR - replaces LIBDIR > PYLIB_INSTALL_DIR - replaces PYLIBDIR > INCLUDE_INSTALL_DIR - new > DOC_INSTALL_DIR - new > MAN_INSTALL_DIR - new
I pulled the 118 diff again which seemed to have everything, however, MAN_INSTALL_DIR didn't seem to work, instead I got the: CMake Warning: The variable, 'MAN_INSTALL_DIR', specified manually, was not used during the generation. Is one of the conditionals keeping it from working? > >> Since pretty much all of my packaging experience is with RPM I'm not >> sure what the best way to handle documentation is, but currently I >> have to copy "doc" back to the build directory so I can pass it to the >> %doc macro so it get's installed to the correct location >> (/usr/share/doc/OpenImageIO-0.10.0/*). I wonder if a simple cmake >> option, something like INSTALL_DOCS:BOOL=ON could be defaulted so I >> can turn it off for RPM builds. > > I've added an INSTALL_DOCS option. Awesome! On another notice I was playing around with trying to get libOpenImageIO.so to link against my pugixml.so without luck. I figured out how to get it "FOUND" but couldn't find the right combination to get it to link to it. Thanks, Richard _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
