On Mon, Jul 11, 2011 at 11:52 PM, Richard Shaw <[email protected]> wrote:
> Ok, I removed the bundled headers and all the building worked, but
> then it failed on installing the headers as I guess it's still looking
> for the bundled ones.
>
> In src/include/CMakeLists.txt do we need the following?
> """
> if (USE_EXTERNAL_PUGIXML)
>    list (APPEND public_headers pugixml.hpp pugiconfig.hpp)
> endif()

Darn, I forgot the not.  This should be

if (NOT USE_EXTERNAL_PUGIXML)
   list (APPEND public_headers pugixml.hpp pugiconfig.hpp)
endif()
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to