Thanks, this worked perfectly.
On Apr 23, 2012, at 11:45 AM, Nicolas Desprès wrote:
> Hi,
>
> You can have a look at the ExternalProject module:
> $ cmake --help-module ExternalProject
>
> Cheers,
> -Nico
>
> On Mon, Apr 23, 2012 at 5:10 PM, Leif Walsh wrote:
>> Hi,
>>
>> I have a cmake proj
Hi,
You can have a look at the ExternalProject module:
$ cmake --help-module ExternalProject
Cheers,
-Nico
On Mon, Apr 23, 2012 at 5:10 PM, Leif Walsh wrote:
> Hi,
>
> I have a cmake project with some weird requirements:
>
> It uses an external project that uses autotools. I have the other proj
Hi,
I have a cmake project with some weird requirements:
It uses an external project that uses autotools. I have the other project's
source tree unpacked in a subdirectory. During a build of my project, I want to
run configure with some options, make, and make install in the subdirectory,
then