Skip to content

How to point to a local installation of corrade without using the bootstrap project? #614

@vittorioromeo

Description

@vittorioromeo

I would like to build magnum with a local installation of corrade (i.e. a local build installed in an arbitrary folder on my system).

I can specify -DCORRADE_INCLUDE_DIR="/c/whatever/corrade/build/install/include, but CMake fails to find corrade-rc, Utility and other things. I tried specifying those manually, but FindCorrade doesn't expose all the required variables.

I propose adding a CORRADE_ROOT variable that can be pointed to "/c/whatever/corrade/build/install" in my case, and CORRADE_INCLUDE_DIR defaulted to ${CORRADE_ROOT}/include if CORRADE_ROOT is specified.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions