Re: OpenColorIO has been accepted in Fedora!
Jeremy Selan <jeremy...@...>
Awesome! :)
toggle quoted message
Show quoted text
-- Jeremy
On Fri, May 4, 2012 at 2:26 PM, Richard Shaw <hobbe...@...> wrote:
On Thu, Apr 26, 2012 at 9:24 PM, dbr/Ben <dbr....@...> wrote:Yup... I finally got a build (including PPC64) for EL 6!
> Good work Richard!
>
> The ExternalProject stuff was added in 2.8, and I imagine quite a lot of other useful stuff was added since 2.6..
Here's what I had to do to get it to work (some of it obvious!):
- change the CMAKE_REQUIRED_VERSION to 2.6
- Remove "include(ExternalProject)" since it doesn't exist in 2.6.
Fortunately since I already unbundled the external libraries, cmake
didn't run into any of the invocations of that macro.
- Don't build the docs since it relies on ExternalProject.
- Not cmake related: EL6 defaults to CMAKE_SKIP_RPATH ON, which is bad
because I need to be able to run the binaries in the build tree to
generate man pages (using help2man).
Thanks,
Richard