How to point to a local installation of corrade
without using the bootstrap project?
#614
Labels
Milestone
corrade
without using the bootstrap project?
#614
I would like to build
magnum
with a local installation ofcorrade
(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 findcorrade-rc
,Utility
and other things. I tried specifying those manually, butFindCorrade
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, andCORRADE_INCLUDE_DIR
defaulted to${CORRADE_ROOT}/include
ifCORRADE_ROOT
is specified.The text was updated successfully, but these errors were encountered: