Re: [CMake] Install from a source directory with ExternalProject

2016-02-26 Thread Nicholas Braden
ers, > > Cédric > > > > > - Mail original - >> De: "Nicholas Braden" <nicholas11bra...@gmail.com> >> À: "Cedric Doucet" <cedric.dou...@inria.fr> >> Cc: cmake@cmake.org >> Envoyé: Vendredi 26 Février 2016 15:56:02 >

Re: [CMake] Install from a source directory with ExternalProject

2016-02-26 Thread Cedric Doucet
original - > De: "Nicholas Braden" <nicholas11bra...@gmail.com> > À: "Cedric Doucet" <cedric.dou...@inria.fr> > Cc: cmake@cmake.org > Envoyé: Vendredi 26 Février 2016 15:56:02 > Objet: Re: [CMake] Install from a source directory with ExternalProject

Re: [CMake] Install from a source directory with ExternalProject

2016-02-26 Thread Nicholas Braden
uot; <nicholas11bra...@gmail.com> >> À: "Cedric Doucet" <cedric.dou...@inria.fr> >> Cc: cmake@cmake.org >> Envoyé: Vendredi 26 Février 2016 15:40:26 >> Objet: Re: [CMake] Install from a source directory with ExternalProject >> >> I'm not sure how you

Re: [CMake] Install from a source directory with ExternalProject

2016-02-26 Thread Nicholas Braden
I'm not sure how you would download a directory without it being in some sort of archive. If you just want to use an existing directory, use the SOURCE_DIR option instead. On Fri, Feb 26, 2016 at 8:37 AM, Cedric Doucet wrote: > > Hello, > > I would like to know if it's

Re: [CMake] Install from a source directory with ExternalProject

2016-02-26 Thread Cedric Doucet
to do it with ExternalProject_Add. Cédric - Mail original - > De: "Nicholas Braden" <nicholas11bra...@gmail.com> > À: "Cedric Doucet" <cedric.dou...@inria.fr> > Cc: cmake@cmake.org > Envoyé: Vendredi 26 Février 2016 15:40:26 > Obj

[CMake] Install from a source directory with ExternalProject

2016-02-26 Thread Cedric Doucet
Hello, I would like to know if it's possible to download and install an external project from a source directory instead of a tarball. I tried to do it with ExternalProject_Add function but it tries to uncompress source files and then fails. Cédric -- Powered by www.kitware.com Please